소스 검색

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
 "