Skip to content

Commit d46e868

Browse files
author
Roman Alekseev
committed
release 0.2.0
1 parent f02b312 commit d46e868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: csharp
22
solution: src\Profiler.sln
33
mono: none
4-
dotnet: 2.2
4+
dotnet: 3.1
55
script:
66
- cd src
77
- dotnet restore
@@ -16,6 +16,6 @@ script:
1616
deploy:
1717
skip_cleanup: true
1818
provider: script
19-
script: dotnet pack -c Release --no-build && dotnet nuget push ./Profiler/bin/Release/Profiler.0.1.3.nupkg --api-key $NUGET_API_KEY --source $NUGET_SOURCE
19+
script: dotnet pack -c Release --no-build && dotnet nuget push ./Profiler/bin/Release/Profiler.0.2.0.nupkg --api-key $NUGET_API_KEY --source $NUGET_SOURCE
2020
on:
2121
tags: true

0 commit comments

Comments
 (0)