fix #430 nuget dependencies version
This commit is contained in:
Родитель
5c084839d7
Коммит
450c224738
|
@ -18,7 +18,7 @@
|
|||
platform: Any CPU
|
||||
configuration: Release
|
||||
before_build:
|
||||
- cmd: UpdateVersionNumbers /Version=%APPVEYOR_BUILD_VERSION% /Dependency=OxyPlot.Core /ExtractReleaseNotes=CHANGELOG.md /Directory=Source
|
||||
- cmd: UpdateVersionNumbers /Version=%APPVEYOR_BUILD_VERSION% /Dependency=OxyPlot.Core /Dependency=OxyPlot.Wpf /Dependency=OxyPlot.WindowsForms /Dependency=OxyPlot.WindowsUniversal /Dependency=OxyPlot.Silverlight /Dependency=OxyPlot.WP8 /ExtractReleaseNotes=CHANGELOG.md /Directory=Source
|
||||
- cmd: NuGet restore Source/OxyPlot.AppVeyor.sln
|
||||
build:
|
||||
project: Source/OxyPlot.AppVeyor.sln
|
||||
|
@ -67,7 +67,7 @@
|
|||
configuration: Release
|
||||
before_build:
|
||||
- cmd: git submodule update --init --recursive
|
||||
- cmd: UpdateVersionNumbers /Version=%version% /PreRelease=alpha /Dependency=OxyPlot.Core /ExtractReleaseNotes=CHANGELOG.md /Directory=Source
|
||||
- cmd: UpdateVersionNumbers /Version=%version% /PreRelease=alpha /Dependency=OxyPlot.Core /Dependency=OxyPlot.Wpf /Dependency=OxyPlot.WindowsForms /Dependency=OxyPlot.WindowsUniversal /Dependency=OxyPlot.Silverlight /Dependency=OxyPlot.WP8 /ExtractReleaseNotes=CHANGELOG.md /Directory=Source
|
||||
- cmd: NuGet restore Source/OxyPlot.AppVeyor.sln
|
||||
build:
|
||||
project: Source/OxyPlot.AppVeyor.sln
|
||||
|
|
Загрузка…
Ссылка в новой задаче