Skip to content

Commit e4d9afa

Browse files
Update appveyor configuration
1 parent 0f26a5d commit e4d9afa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nuget:
22
account_feed: true
33

4-
version: 0.1.0-beta8-{build}
4+
version: 0.1.0-rc1-final-{build}
55

66
# init:
77
# - git config --global core.autocrlf true
@@ -11,15 +11,15 @@ version: 0.1.0-beta8-{build}
1111
# - cmd: nuget sources add -Name aspnetrelease -Source https://www.myget.org/F/aspnetrelease/api/v2
1212

1313
#environment:
14-
# DNX_BUILD_VERSION: beta8
14+
# DNX_BUILD_VERSION: rc1-final
1515
# DNX_ASSEMBLY_FILE_VERSION: 2.0.0
1616

1717
before_build:
18-
- ps: dnvm install 1.0.0-beta8
18+
- ps: dnvm install 1.0.0-rc1-final
1919
- ps: dnvm upgrade
2020
- ps: dnvm update-self
2121
- ps: dnvm list
22-
- ps: dnvm use 1.0.0-beta8
22+
- ps: dnvm use 1.0.0-rc1-final
2323
- ps: dnu restore
2424
- cmd: set DNX_BUILD_VERSION=%APPVEYOR_BUILD_NUMBER%
2525

0 commit comments

Comments
 (0)