mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-04 16:10:08 +00:00
CI improvements (#1541)
* Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * More tests * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * More tests * Update .travis.yml * Update .travis.yml
This commit is contained in:
committed by
GitHub
parent
483f397db7
commit
02c8cf294d
10
appveyor.yml
10
appveyor.yml
@@ -82,10 +82,7 @@ build_script:
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
||||
|
||||
Push-Location ASF-ui
|
||||
|
||||
|
||||
npm ci
|
||||
npm ci --no-progress --prefix ASF-ui
|
||||
|
||||
|
||||
if ($LastExitCode -ne 0) {
|
||||
@@ -93,7 +90,7 @@ build_script:
|
||||
}
|
||||
|
||||
|
||||
npm run-script deploy
|
||||
npm run-script deploy --no-progress --prefix ASF-ui
|
||||
|
||||
|
||||
if ($LastExitCode -ne 0) {
|
||||
@@ -101,9 +98,6 @@ build_script:
|
||||
}
|
||||
|
||||
|
||||
Pop-Location
|
||||
|
||||
|
||||
dotnet build ArchiSteamFarm -c "$env:CONFIGURATION" -f "$env:NET_CORE_VERSION" /nologo
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user