mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Add workaround for shared output assemblies
Note to self: revisit this once I get the response in https://github.com/dotnet/cli/issues/9349
This commit is contained in:
@@ -40,7 +40,7 @@ script:
|
|||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo
|
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo "/p:ASFVariant=generic"
|
||||||
dotnet test ArchiSteamFarm.Tests -c "$CONFIGURATION" -o 'out/source' /nologo
|
dotnet test ArchiSteamFarm.Tests -c "$CONFIGURATION" -o 'out/source' /nologo
|
||||||
|
|
||||||
publish() {
|
publish() {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ build_script:
|
|||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
|
|
||||||
|
|
||||||
dotnet build ArchiSteamFarm -c "$env:CONFIGURATION" -o 'out\source' /nologo
|
dotnet build ArchiSteamFarm -c "$env:CONFIGURATION" -o 'out\source' /nologo "/p:ASFVariant=generic"
|
||||||
|
|
||||||
if ($LastExitCode -ne 0) {
|
if ($LastExitCode -ne 0) {
|
||||||
throw "Command failed."
|
throw "Command failed."
|
||||||
|
|||||||
Reference in New Issue
Block a user