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.
2 parents 39e0255 + b188e78 commit 303758bCopy full SHA for 303758b
.github/workflows/ci-build.yml
@@ -33,7 +33,7 @@ jobs:
33
msbuild /restore `
34
/t:Build,Pack src/WinUI.TableView.csproj `
35
/p:Configuration=Release `
36
- /p:Version=1.0.${{ github.run_number }}
+ /p:Version=0.0.${{ github.run_number }}-dev
37
38
- name: Setup VSTest
39
uses: darenm/Setup-VSTest@v1
@@ -55,3 +55,7 @@ jobs:
55
with:
56
name: NuGet Packages
57
path: artifacts/NuGet/Release
58
+
59
+ - name: Push to NuGet
60
+ run: |
61
+ dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments