File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup >
4
+ <PackageReference Include =" Nerdbank.GitVersioning" >
5
+ <Version >3.1.74</Version >
6
+ <PrivateAssets >all</PrivateAssets >
7
+ </PackageReference >
8
+ </ItemGroup >
9
+ </Project >
Original file line number Diff line number Diff line change 1
- version : 1.0.0. {build}
1
+ version : 1.0.{build}
2
2
image : Visual Studio 2019
3
- before_build :
4
- - nuget restore NHibernate.MySqlConnector.sln
3
+ build_script :
4
+ - dotnet pack -c Release -o out
5
+ artifacts :
6
+ - path : out\*.nupkg
7
+ deploy :
8
+ - provider : NuGet
9
+ api_key :
10
+ secure : 2em9hy+7uFC96h2u5AvMZHYRiynb4l5tHrlK/blCv1N3ckwEYz4yXadP47EOT5Er
11
+ on :
12
+ branch : master
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
+ "version" : " 1.0.0" ,
4
+ "publicReleaseRefSpec" : [
5
+ " ^refs/heads/master$" ,
6
+ " ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
7
+ ],
8
+ "cloudBuild" : {
9
+ "buildNumber" : {
10
+ "enabled" : true
11
+ }
12
+ }
13
+ }
You can’t perform that action at this time.
0 commit comments