This commit is contained in:
Wiesław Šoltés 2017-11-12 14:11:47 +01:00
Родитель 18d3942df9
Коммит 6916cd590a
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1,7 +1,6 @@
version: '{build}'
image: Visual Studio 2017
configuration: Release
platform: Any CPU
install:
- cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
before_build:
@ -20,5 +19,5 @@ test: off
artifacts:
- path: src\MSBuildPropsUpdater.WPF\bin\Release
name: MSBuildPropsUpdater.WPF
- path: src\MSBuildPropsUpdater\bin\Any CPU\Release\*.nupkg
- path: src\MSBuildPropsUpdater\bin\Release\*.nupkg
deploy: off