Skip to content

Commit 70f9acb

Browse files
danieljurekazure-sdk
authored andcommitted
Revert irrelevant file
1 parent 7e49a59 commit 70f9acb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eng/common/scripts/Update-DevOps-Release-WorkItem.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ param(
1515
[string]$packageNewLibrary = "true",
1616
[string]$relatedWorkItemId = $null,
1717
[string]$tag = $null,
18-
[bool]$inRelease = $true,
19-
[string]$specProjectPath = ""
18+
[bool]$inRelease = $true
2019
)
2120
#Requires -Version 6.0
2221
Set-StrictMode -Version 3
@@ -58,7 +57,6 @@ $packageInfo = [PSCustomObject][ordered]@{
5857
RepoPath = $packageRepoPath
5958
Type = $packageType
6059
New = $packageNewLibrary
61-
SpecProjectPath = $specProjectPath
6260
};
6361

6462
if (!$plannedDate) {

0 commit comments

Comments
 (0)