Compare commits

...

4 Commits

Author SHA1 Message Date
z__
b1cf5fb638 i wanna believe this is the last for appveyor.yml 2022-02-03 18:44:02 +07:00
z__
1d6a2a9a60 fix fucking github's new lines 2022-02-03 18:41:55 +07:00
zznty
455be2393e fix build error 2022-02-03 18:38:49 +07:00
zznty
6131a9003b corrently assign version on publish 2022-02-03 18:35:50 +07:00

View File

@@ -11,7 +11,7 @@ platform: x64
shallow_clone: true shallow_clone: true
assembly_info: assembly_info:
patch: true patch: true
file: '**\AssemblyInfo.*' file: '**\AssemblyVersion.*'
assembly_version: '{version}' assembly_version: '{version}'
assembly_file_version: '{version}' assembly_file_version: '{version}'
assembly_informational_version: v{version} assembly_informational_version: v{version}
@@ -37,9 +37,11 @@ install:
& "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit" & "$steamCMDPath/steamcmd.exe" "+login anonymous" "+force_install_dir $steamData" "+app_update 298740" "+quit"
$dataPath = $steamData.Replace("/", "\") $dataPath = $steamData.Replace("/", "\");
$contentPath = "$dataPath\Content";
Remove-Item -LiteralPath $dataPath\Content -Force -Recurse if (Test-Path $contentPath) {
Remove-Item -LiteralPath $contentPath -Force -Recurse
}
cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64 cmd /S /C mklink /J .\GameBinaries $dataPath\DedicatedServer64
cache: cache: