This commit is contained in:
Thomas Ibel 2015-03-28 14:14:52 +01:00
Родитель 5c084839d7
Коммит 450c224738
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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