Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 76f5675

Browse files
committed
Get CI to auto-set the version of the build
1 parent d383d53 commit 76f5675

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ install:
4242
git submodule update
4343
4444
nuget restore GitHub.Unity.sln
45+
46+
assembly_info:
47+
patch: true
48+
file: common\SolutionInfo.cs
49+
assembly_informational_version: "{version}"
50+
51+
configuration: Release
4552
build:
4653
project: GitHub.Unity.sln
4754
verbosity: minimal
@@ -53,4 +60,5 @@ test:
5360
artifacts:
5461
- path: unity\PackageProject
5562
type: zip
63+
name: github-for-unity-package-{version}
5664
- path: build\*.log

0 commit comments

Comments
 (0)