File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ version : ' {build}'
2+ branches :
3+ only :
4+ - master
5+ - net-standard-migration
6+ image : Visual Studio 2019
7+ build_script :
8+ - ps : >-
9+ cd build
10+
11+ ./build.ps1
12+ test_script :
13+ - ps : >-
14+ cd ..\working\sources\src\MagicChunks.Tests
15+
16+
17+ dotnet xunit
18+ artifacts :
19+ - path : working/dotnet/**/*.zip
20+ name : dotnet
21+ - path : working/nuget/*.nupkg
22+ name : nuget
23+ - path : working/vsts/**/*.vsix
24+ name : vsts
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ Task("Build")
155155 . Does ( ( ) => {
156156 MSBuild ( paths . workingDirSolutionPath , new MSBuildSettings {
157157 Verbosity = Verbosity . Minimal ,
158- ToolVersion = MSBuildToolVersion . VS2017 ,
158+ ToolVersion = MSBuildToolVersion . VS2019 ,
159159 Configuration = configuration ,
160160 PlatformTarget = PlatformTarget . MSIL ,
161161 } . WithTarget ( "Build" ) ) ;
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.0</TargetFramework >
5- <RuntimeFrameworkVersion >2.0.3 </RuntimeFrameworkVersion >
5+ <RuntimeFrameworkVersion >2.0.9 </RuntimeFrameworkVersion >
66 <Authors >Sergey Zwezdin</Authors >
77 <Company />
88 <Product >Magic Chunks</Product >
You can’t perform that action at this time.
0 commit comments