File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,13 @@ jobs:
4141 - name : Build and Test (on Linux), then build a Windows release
4242 working-directory : ./src
4343 run : |
44- dotnet build --no-restore --configuration Debug
45- dotnet test --no-build --configuration Debug --verbosity normal
46- dotnet build --no-restore --configuration Release --os win
44+ dotnet build --no-restore --configuration Release
45+ dotnet test --no-build --configuration Release --verbosity normal
4746 - name : Build and Publish ${{ matrix.application }} for Windows ZIP deployment
4847 working-directory : ./src
4948 run : |
5049 cd ${{ matrix.application }}
51- dotnet publish --no-build --no- restore --configuration Release --os win --output publishFolder
50+ dotnet publish --no-restore --configuration Release --os win --output publishFolder
5251 cd publishFolder
5352 zip -r ../zip-deploy-${{ matrix.application }}-win-x64.zip *
5453 - name : Upload ${{ matrix.application }} build artifact
You can’t perform that action at this time.
0 commit comments