File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -331,4 +331,6 @@ ASALocalRun/
331
331
.mfractor /
332
332
333
333
# Local History for Visual Studio
334
- .localhistory /
334
+ .localhistory /
335
+
336
+ * .DS_Store
Original file line number Diff line number Diff line change 7
7
script :
8
8
- dotnet build -c Release
9
9
- dotnet test
10
- - dotnet pack -c Release
10
+ before_deploy :
11
+ - dotnet pack -c Release -p:Version=$TRAVIS_TAG
11
12
deploy :
12
13
skip_cleanup : true
13
14
provider : script
14
15
script : dotnet nuget push /home/travis/build/rsocket/rsocket-net/RSocket.Core/bin/Release/RSocket.Core.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
15
16
on :
16
17
tags : true
17
- # condition: $TRAVIS_TAG =~ ^(\d+\.)?(\d+\.)?(\*|\d+)$
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >RSocket</RootNamespace >
6
6
<LangVersion >latest</LangVersion >
7
- <Version >0.1.0</Version >
8
7
</PropertyGroup >
9
8
10
9
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments