We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02b312 commit d46e868Copy full SHA for d46e868
.travis.yml
@@ -1,7 +1,7 @@
1
language: csharp
2
solution: src\Profiler.sln
3
mono: none
4
-dotnet: 2.2
+dotnet: 3.1
5
script:
6
- cd src
7
- dotnet restore
@@ -16,6 +16,6 @@ script:
16
deploy:
17
skip_cleanup: true
18
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
+ 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
20
on:
21
tags: true
0 commit comments