瀏覽代碼

nuget publish output file wrong

Lith 8 月之前
父節點
當前提交
9e1d381dff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Publish/DevOps3/build-bash/30.nuget-pack.sh

+ 1 - 1
Publish/DevOps3/build-bash/30.nuget-pack.sh

@@ -35,7 +35,7 @@ do
 	cd /root/code
 	cd \$(dirname \"\$file\")
 	dotnet build --configuration Release
-	dotnet pack --configuration Release --output '\$publishPath'
+	dotnet pack --configuration Release --output \"\$publishPath\"
 done
 "