Skip to content

Commit 6526bf2

Browse files
committed
yep. that didnt work, plan b
1 parent cc74279 commit 6526bf2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

appveyor.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
assembly_info:
1010
patch: true
1111
file: '**\AssemblyInfo.*'
12-
assembly_version: '{stamp_version}'
13-
assembly_file_version: '{stamp_version}'
14-
assembly_informational_version: '{stamp_version}'
12+
assembly_version: '{version}'
13+
assembly_file_version: '{version}'
14+
assembly_informational_version: '{version}'
1515
environment:
1616
RestorePackages: false
1717
install:
@@ -22,13 +22,12 @@
2222
project: MaterialDesignToolkit.Wpf.sln
2323
verbosity: minimal
2424
after_build:
25-
- ps: nuget pack MaterialDesignThemes.nuspec -Version $env:APPVEYOR_BUILD_VERSION
25+
- ps: nuget pack MaterialDesignThemes.nuspec -Version 2.0.0-ci{build}
2626
artifacts:
2727
- path: '**\MaterialDesignThemes.*.nupkg'
2828
- path: bin\**\*.*
2929

30-
version: 2.0.0-ci{build}
31-
stamp_version: 2.0.0.{build}
30+
version: 2.0.0.{build}
3231
deploy:
3332
- provider: NuGet
3433
api_key:

0 commit comments

Comments
 (0)