Skip to content

Commit a32aeef

Browse files
committed
GSAGH-538 - path to csproj
1 parent e0be968 commit a32aeef

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
@@ -201,7 +201,7 @@ steps:
201201

202202
- powershell: |
203203
cd OasysGH
204-
& 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\amd64\MSBuild.exe' .\OasysGH\OasysGH.csproj /t:pack /p:NoBuild=true /p:Platform=x64 /p:IncludeSymbols=true /p:SymbolPackageFormat=snupkg /p:DebugType=portable /property:Configuration=Release
204+
& '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
205205
condition: and(succeeded())
206206
displayName: Package NuGet
207207

0 commit comments

Comments
 (0)