Skip to content

Commit 02d9698

Browse files
author
Andrew Theken
committed
Merge branch 'configure-for-travis'
2 parents e9478ac + bd66029 commit 02d9698

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/publish.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ descriptive_version=${TRAVIS_TAG:-"$version-git-${revision:0:6}"}
1313
# build and test in one step.
1414
dotnet pack -c Release -o ../tmp ./Mustachio/Mustachio.csproj -p:AssemblyVersion=$version -p:PackageVersion=$descriptive_version
1515

16-
package_path="./tmp/Postmark.$descriptive_version.nupkg"
17-
16+
package_path="./tmp/Mustachio.$descriptive_version.nupkg"
1817
echo "The package path is located at: $package_path"
19-
echo 'Here is what is located at that path:'
20-
ls ./tmp
2118

2219
if [[ $TRAVIS_TAG && $NUGET_API_KEY && $MYGET_API_KEY ]]; then
2320
echo 'This package will be published to NuGet, and MyGet'

0 commit comments

Comments
 (0)