This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ image: Visual Studio 2017
22configuration : Release
33platform : Any CPU
44skip_branch_with_pr : true
5- skip_tags : true
5+ skip_tags : true
66
77install :
88 - ps : $env:version_file_path = ".\version.props"
6363 - master
6464
6565 on_success :
66- - ps : # dotnet nuget push bin\Release\DotFramework.DynamicQuery.*.nupkg -k $env:nuget_api_key -s https://api.nuget.org/v3/index.json
66+ - ps : dotnet nuget push bin\Release\DotFramework.DynamicQuery.*.nupkg -k $env:nuget_api_key -s https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <MajorVersion >3</MajorVersion >
4- <MinorVersion >0 </MinorVersion >
5- <ReleaseVersion >20 </ReleaseVersion >
4+ <MinorVersion >1 </MinorVersion >
5+ <ReleaseVersion >0 </ReleaseVersion >
66 <Revision >0</Revision >
77
8- <PackageSemanticVersionSuffix ></PackageSemanticVersionSuffix >
9- <!-- <PackageSemanticVersionSuffix>-build .$(Revision)</PackageSemanticVersionSuffix>-->
8+ <PackageSemanticVersionSuffix >-rc1 </PackageSemanticVersionSuffix >
9+ <!-- <PackageSemanticVersionSuffix>-alpha .$(Revision)</PackageSemanticVersionSuffix>-->
1010 </PropertyGroup >
1111</Project >
You can’t perform that action at this time.
0 commit comments