Commit 823f919 1 parent 98cd6f3 commit 823f919 Copy full SHA for 823f919
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
build : false
2
- version : 0.7.1 .{build}
3
- image : Visual Studio 2013
2
+ version : 0.7.2 .{build}
3
+ image : Visual Studio 2019
4
4
clone_depth : 1
5
5
environment :
6
6
@@ -15,7 +15,7 @@ environment:
15
15
PLATFORM : x64
16
16
17
17
test_script :
18
- - Msbuild.exe graphstudionext.v12 .sln /m /t:graphstudionext /p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
18
+ - Msbuild.exe graphstudionext.v142 .sln /m /t:graphstudionext /p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
19
19
20
20
artifacts :
21
21
Original file line number Diff line number Diff line change 5
5
6
6
#define VERSION_MAJOR 0
7
7
#define VERSION_MINOR 7
8
- #define VERSION_REVISION 1
8
+ #define VERSION_REVISION 2
9
9
10
10
#if ENV_BUILD_NR > 0
11
11
#define VERSION_BUILD ENV_BUILD_NR
You can’t perform that action at this time.
0 commit comments