Trying with full path
This commit is contained in:
parent
0f85244681
commit
7d677d27c6
@ -26,4 +26,4 @@ jobs:
|
|||||||
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
||||||
|
|
||||||
# Push the package
|
# Push the package
|
||||||
dotnet nuget push nupkg/MycroForge.CLI.${VERSION}.nupkg --source devdisciples
|
dotnet nuget push "$(pwd)/nupkg/MycroForge.CLI.${VERSION}.nupkg" --source devdisciples
|
||||||
|
Loading…
Reference in New Issue
Block a user