We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9478ac + bd66029 commit 02d9698Copy full SHA for 02d9698
scripts/publish.sh
@@ -13,11 +13,8 @@ descriptive_version=${TRAVIS_TAG:-"$version-git-${revision:0:6}"}
13
# build and test in one step.
14
dotnet pack -c Release -o ../tmp ./Mustachio/Mustachio.csproj -p:AssemblyVersion=$version -p:PackageVersion=$descriptive_version
15
16
-package_path="./tmp/Postmark.$descriptive_version.nupkg"
17
-
+package_path="./tmp/Mustachio.$descriptive_version.nupkg"
18
echo "The package path is located at: $package_path"
19
-echo 'Here is what is located at that path:'
20
-ls ./tmp
21
22
if [[ $TRAVIS_TAG && $NUGET_API_KEY && $MYGET_API_KEY ]]; then
23
echo 'This package will be published to NuGet, and MyGet'
0 commit comments