Skip to content

Commit 61448a0

Browse files
authored
Update appveyor.yml
Using environment variable rather than token for build number
1 parent 5cbafd9 commit 61448a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for:
4747
- master
4848
version: $(mdix_version)-ci{build}
4949
environment:
50-
nuget_version: $(assembly_version)-ci{build}
50+
nuget_version: $(assembly_version)-ci$env:APPVEYOR_BUILD_NUMBER
5151
# deploy:
5252
# - provider: NuGet
5353
# api_key:

0 commit comments

Comments
 (0)