mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Add workaround for https://github.com/Microsoft/msbuild/issues/3350
This commit is contained in:
@@ -40,7 +40,7 @@ script:
|
||||
- |
|
||||
set -e
|
||||
|
||||
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo "/p:ASFVariant=generic"
|
||||
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo
|
||||
dotnet test ArchiSteamFarm.Tests -c "$CONFIGURATION" -o 'out/source' /nologo
|
||||
|
||||
publish() {
|
||||
|
||||
Reference in New Issue
Block a user