This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- version : ' 2.1.0 -{branch}-{build}'
1+ version : ' 2.0.1 -{branch}-{build}'
22init :
33 - git config --global core.autocrlf true
44image : Visual Studio 2017
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <SteeltoeVersion >$(STEELTOE_VERSION)</SteeltoeVersion >
44 <SteeltoeVersionSuffix >$(STEELTOE_DASH_VERSION_SUFFIX)</SteeltoeVersionSuffix >
5- <AspNetCoreVersion >1.1.0</AspNetCoreVersion >
6- <AspNetCoreTestVersion >1.1.2</AspNetCoreTestVersion >
7- <AspNetCoreMvcTestVersion >1.1.3</AspNetCoreMvcTestVersion >
8- <CoreFxVersion >4.3.0</CoreFxVersion >
9- <JsonNetVersion >9.0.1</JsonNetVersion >
10- <TestSdkVersion >15.3.0</TestSdkVersion >
5+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
6+ <AspNetCoreTestVersion >2.0.0</AspNetCoreTestVersion >
7+ <AspNetCoreMvcTestVersion >2.0.0</AspNetCoreMvcTestVersion >
8+ <CoreFxVersion >4.4.0</CoreFxVersion >
9+ <StyleCopVersion >1.0.2</StyleCopVersion >
10+ <JsonNetVersion >10.0.3</JsonNetVersion >
11+ <TestSdkVersion >15.5.0</TestSdkVersion >
1112 <XunitVersion >2.3.1</XunitVersion >
1213 <XunitStudioVersion >2.3.1</XunitStudioVersion >
1314 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dotnet --info
44
55SET CI_BUILD = %APPVEYOR%
66SET number = 00000%APPVEYOR_BUILD_NUMBER%
7- SET STEELTOE_VERSION = 2.1.0
7+ SET STEELTOE_VERSION = 2.0.1
88SET STEELTOE_VERSION_SUFFIX = %APPVEYOR_REPO_BRANCH% -%number:~-5 %
99IF NOT " %APPVEYOR_REPO_TAG_NAME% " == " " SET STEELTOE_VERSION_SUFFIX = %APPVEYOR_REPO_TAG_NAME:~6 ,5 %
1010IF NOT " %STEELTOE_VERSION_SUFFIX% " == " " (
Original file line number Diff line number Diff line change 33dotnet --info
44
55export CI_BUILD=True
6- export STEELTOE_VERSION=2.1.0
6+ export STEELTOE_VERSION=2.0.1
77if [[ " $TRAVIS_BRANCH " == " master" ]]; then cp config/nuget-master.config ./nuget.config ; fi
88if [[ " $TRAVIS_BRANCH " == " dev" ]]; then cp config/nuget-dev.config ./nuget.config ; fi
99if [[ " ${TRAVIS_BRANCH: 0: 3} " == " upd" ]]; then cp config/nuget-update.config ./nuget.config ; fi
You can’t perform that action at this time.
0 commit comments