Skip to content

Commit 5f83908

Browse files
committed
Disabled AppVeyor AssemblyInfo patching.
1 parent 3a642cb commit 5f83908

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_build:
1616
- git submodule update --init --recursive
1717
- npm install glob chalk
1818
- node before_script-nuget_restore.js
19+
- node before_script-patch_asminfo.js
1920
after_build:
2021
- del %APPVEYOR_BUILD_FOLDER%\OpenMLTD.MilliSim.Theater\bin\%CONFIGURATION%\*.xml
2122
- del %APPVEYOR_BUILD_FOLDER%\OpenMLTD.MilliSim.Theater\bin\%CONFIGURATION%\*.pdb
@@ -27,12 +28,6 @@ artifacts:
2728
name: WithVersion
2829
- path: millisim-appveyor-latest.zip
2930
name: Static
30-
assembly_info:
31-
patch: true
32-
file: AssemblyInfo.*
33-
assembly_version: "{version}"
34-
assembly_file_version: "{version}"
35-
assembly_informational_version: "{version}"
3631
deploy:
3732
- provider: GitHub
3833
description: MilliSim

0 commit comments

Comments
 (0)