Skip to content

Commit 1f7c6a0

Browse files
committed
(+semver: fix) Fixed incorrect csproj path
1 parent 0158a93 commit 1f7c6a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ before_install:
88

99
script:
1010
- dotnet restore || travis_terminate 1
11-
- dotnet pack --no-restore src/JUnitTestLogger --configuration Release /p:Version=$(./gogitver) || travis_terminate 1;
11+
- dotnet pack --no-restore src/JUnitTestLogger/JUnitTestLogger.csproj --configuration Release /p:Version=$(./gogitver) || travis_terminate 1;
1212
- dotnet nuget push src/JUnitTestLogger/bin/Release/*.nupkg -s https://www.nuget.org/api/v2/package -k $NUGET_API_KEY || travis_terminate 1;

0 commit comments

Comments
 (0)