Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79d7058e66 |
@@ -6,7 +6,7 @@ Configuration=$3
|
||||
find . -name *.nupkg -delete
|
||||
dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName};configuration=${Configuration}"
|
||||
|
||||
if [ $Configuration -eq 'PublishNuget' ]; then
|
||||
if [ $Configuration == 'PublishNuget' ]; then
|
||||
echo "Skipping copy to Oqtane.Server/Packages"
|
||||
else
|
||||
echo "Copy to Oqtane.Server/Packages"
|
||||
|
||||
Reference in New Issue
Block a user