File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 shell : powershell
4545 run : |
4646 New-Item -ItemType Directory -Path C:\artifacts -Force
47- dotnet build .\SpotifyNet\SpotifyNet.csproj --nologo -r win-x64 -c Release -o ../output/SpotifyNet -p:Version=${{ needs.tag.outputs.version }}
47+ dotnet build .\SpotifyNet\SpotifyNet.csproj --nologo -r win-x64 -c Debug -o ../output/SpotifyNet -p:Version=${{ needs.tag.outputs.version }}
4848 Compress-Archive -Path ..\output\SpotifyNet\* -DestinationPath C:\artifacts\SpotifyNet.zip
4949
5050 - name : dotnet build SpotifyNet.Cover
5151 shell : powershell
5252 run : |
5353 New-Item -ItemType Directory -Path C:\artifacts -Force
54- dotnet build .\SpotifyNet.Cover\SpotifyNet.Cover.csproj --nologo -r win-x64 -c Release -o ../output/SpotifyNet.Cover -p:Version=${{ needs.tag.outputs.version }}
54+ dotnet build .\SpotifyNet.Cover\SpotifyNet.Cover.csproj --nologo -r win-x64 -c Debug -o ../output/SpotifyNet.Cover -p:Version=${{ needs.tag.outputs.version }}
5555 Compress-Archive -Path ..\output\SpotifyNet.Cover\* -DestinationPath C:\artifacts\SpotifyNet.Cover.zip
5656
5757 - uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments