1 changed file
.github/workflows | ||
build.yml | ||
Add comment 32 run: nuget restore BExplorer.sln
Add comment 33
Add comment 34 - name: Build the App
Add comment 35 Minus run: msbuild BExplorer.sln /p:Configuration=Debug /p:Platform=Any CPU
Add comment 35 Plus run: msbuild BExplorer.sln /p:Configuration=Debug /p:Platform="Any CPU"
Add comment 36