We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864b2cd commit 47a39e3Copy full SHA for 47a39e3
eng/common/scripts/Update-DevOps-Release-WorkItem.ps1
@@ -15,8 +15,7 @@ param(
15
[string]$packageNewLibrary = "true",
16
[string]$relatedWorkItemId = $null,
17
[string]$tag = $null,
18
- [bool]$inRelease = $true,
19
- [string]$specProjectPath = ""
+ [bool]$inRelease = $true
20
)
21
#Requires -Version 6.0
22
Set-StrictMode -Version 3
@@ -58,7 +57,6 @@ $packageInfo = [PSCustomObject][ordered]@{
58
57
RepoPath = $packageRepoPath
59
Type = $packageType
60
New = $packageNewLibrary
61
- SpecProjectPath = $specProjectPath
62
};
63
64
if (!$plannedDate) {
0 commit comments