Listing nupkg directory
This commit is contained in:
parent
7d677d27c6
commit
52d2507891
@ -25,5 +25,7 @@ jobs:
|
||||
|
||||
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
||||
|
||||
ls nupkg
|
||||
|
||||
# Push the package
|
||||
dotnet nuget push "$(pwd)/nupkg/MycroForge.CLI.${VERSION}.nupkg" --source devdisciples
|
||||
dotnet nuget push "$nupkg/MycroForge.CLI.$VERSION.nupkg" --source devdisciples
|
||||
|
Loading…
Reference in New Issue
Block a user