File tree 2 files changed +10
-16
lines changed
GenerateCppFiltersExtension
2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 12
12
<UpgradeBackupLocation >
13
13
</UpgradeBackupLocation >
14
14
<OldToolsVersion >15.0</OldToolsVersion >
15
+ <DeployExtension Condition =" '$(AppVeyor)' != ''" >False</DeployExtension >
15
16
</PropertyGroup >
16
17
<PropertyGroup >
17
18
<SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change 1
- version : " 1.50.{build}"
1
+ version : 1.50.{build}
2
2
3
- # vc150
4
- os : Visual Studio 2017
3
+ image : Visual Studio 2019
4
+
5
+ before_build :
6
+ - cmd : nuget restore
5
7
6
8
configuration :
7
- - Debug
8
9
- Release
9
10
10
- init :
11
- - set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
12
- - cmd : msbuild /version
13
-
14
- clone_folder : C:\projects\GenerateCppFiltersExtension
15
-
16
11
build :
17
- project : $(APPVEYOR_BUILD_FOLDER)\GenerateCppFiltersExtension.sln
18
- parallel : true
19
- verbosity : normal
12
+ verbosity : minimal
13
+
14
+ artifacts :
15
+ - path : ' **\*.vsix'
20
16
21
- before_build :
22
- - nuget restore GenerateCppFiltersExtension.sln -Verbosity quiet
23
17
24
- test : off
You can’t perform that action at this time.
0 commit comments