We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffde9eb commit 4a43d85Copy full SHA for 4a43d85
.github/workflows/nuget.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
nuget restore
30
nuget restore modules\mcs\mcs.sln
31
- gci -Recurse -Filter *.nuspec | foreach { nuget pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build /p:Version=$(Build.BuildNumber) -properties Configuration=Release }
+ gci -Recurse -Filter *.nuspec | foreach { msbuild -t:pack "$($_.DirectoryName)\$($_.BaseName).csproj" -build /p:Version=$(Build.BuildNumber) -properties Configuration=Release }
32
33
- name: Nuget push
34
working-directory: .
0 commit comments