Switched from run_number to run_id (#5)

This commit is contained in:
jonlipsky 2021-01-04 22:39:49 -08:00 коммит произвёл Jon Lipsky
Родитель ac3786255c
Коммит 837013d4a8
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -22,7 +22,7 @@ jobs:
uses: roryprimrose/set-vs-sdk-project-version@v1
with:
projectFilter: 'src/*/*.csproj'
version: '0.1.${{ github.run_number }}'
version: '0.1.${{ github.run_id }}'
- name: NuGet Restore
run: nuget restore build/Build.System.Graphics.Mac.sln
@ -31,19 +31,19 @@ jobs:
run: msbuild build/Build.System.Graphics.Mac.sln /verbosity:normal /t:Rebuild /p:Configuration=Release
- name: NuGet Pack
run: nuget pack build/System.Graphics.nuspec -Version 0.1.${{ github.run_number }} -OutputDirectory . -BasePath .
run: nuget pack build/System.Graphics.nuspec -Version 0.1.${{ github.run_id }} -OutputDirectory . -BasePath .
- name: NuGet Pack
run: nuget pack build/System.Graphics.Skia.nuspec -Version 0.1.${{ github.run_number }} -OutputDirectory . -BasePath .
run: nuget pack build/System.Graphics.Skia.nuspec -Version 0.1.${{ github.run_id }} -OutputDirectory . -BasePath .
- name: NuGet Pack
run: nuget pack build/System.Graphics.Forms.nuspec -Version 0.1.${{ github.run_number }} -OutputDirectory . -BasePath .
run: nuget pack build/System.Graphics.Forms.nuspec -Version 0.1.${{ github.run_id }} -OutputDirectory . -BasePath .
- name: NuGet Pack
run: nuget pack build/System.Graphics.Skia.Forms.nuspec -Version 0.1.${{ github.run_number }} -OutputDirectory . -BasePath .
run: nuget pack build/System.Graphics.Skia.Forms.nuspec -Version 0.1.${{ github.run_id }} -OutputDirectory . -BasePath .
- name: NuGet Pack
run: nuget pack build/System.Graphics.Text.Markdig.nuspec -Version 0.1.${{ github.run_number }} -OutputDirectory . -BasePath .
run: nuget pack build/System.Graphics.Text.Markdig.nuspec -Version 0.1.${{ github.run_id }} -OutputDirectory . -BasePath .
- name: Install GPR
run: dotnet tool install -g gpr --no-cache -v q