Skip to content

Commit

Permalink
GSAGH-538 script error
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepArup committed Sep 30, 2024
1 parent a32aeef commit 9b851d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ steps:
- powershell: |
cd OasysGH
& '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
condition: and(succeeded())
condition: succeeded()
displayName: Package NuGet

- task: GitHubRelease@1
Expand Down

0 comments on commit 9b851d4

Please sign in to comment.