We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 520ac52 + 02cc911 commit 323874cCopy full SHA for 323874c
1 file changed
.travis.yml
@@ -41,7 +41,7 @@ jobs:
41
tags: false
42
43
- stage: Deploy to NuGet
44
- if: (branch = master) AND (type != pull_request)
+ if: branch = master
45
script: skip
46
deploy:
47
provider: script
@@ -54,7 +54,7 @@ jobs:
54
55
56
- stage: Deploy to GitHub
57
58
script:
59
- if [ ! -z "$TRAVIS_TAG" ]; then dotnet restore /p:PackageVersion=${TRAVIS_TAG#v}; else echo "Missing tag, skipping restore.."; fi
60
- if [ ! -z "$TRAVIS_TAG" ]; then dotnet build -c $BUILD_CONFIG /p:PackageVersion=${TRAVIS_TAG#v}; else echo "Missing tag, skipping build.."; fi
0 commit comments