Skip to content

Commit 9b851d4

Browse files
committed
GSAGH-538 script error
1 parent a32aeef commit 9b851d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ steps:
202202
- powershell: |
203203
cd OasysGH
204204
& 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\amd64\MSBuild.exe' $(Build.SourcesDirectory).\OasysGH\OasysGH.csproj /t:pack /p:NoBuild=true /p:Platform=x64 /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:DebugType=portable /property:Configuration=Release
205-
condition: and(succeeded())
205+
condition: succeeded()
206206
displayName: Package NuGet
207207

208208
- task: GitHubRelease@1

0 commit comments

Comments
 (0)