Skip to content

Commit 9924618

Browse files
committed
Fix block for stackifylib pipeline
1 parent 9c9060c commit 9924618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ stages:
176176
targetType: inline
177177
script: >
178178
(Get-Content -path Src\StackifyLib\StackifyLib.csproj -Raw) -replace '<PackageId>StackifyLib.signed</PackageId>','<PackageId>StackifyLib</PackageId>' | Set-Content -Path Src\StackifyLib\StackifyLib.csproj
179-
- ${{ if eq(parameters['Build StackifyLib'], true) }}:
179+
- ${{ if eq(parameters['Build StackifyLib'], true) }}:
180180
- task: DotNetCoreCLI@2
181181
displayName: dotnet build
182182
inputs:

0 commit comments

Comments
 (0)