File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1515 runs-on : macOS-12
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - name : Checkout
19+ uses : actions/checkout@v3
20+ with :
21+ fetch-depth : 0
1922
2023 - name : Setup .NET
2124 uses : actions/setup-dotnet@v3
2528 - name : Install .NET Workloads
2629 run : dotnet workload install ios maccatalyst
2730
31+ - name : Install GitVersion
32+ uses : gittools/actions/gitversion/setup@v0.9.7
33+ with :
34+ versionSpec : ' 5.x'
35+
2836 - name : Determine Version
2937 id : gitversion
3038 uses : gittools/actions/gitversion/execute@v0.9.7
3543 run : dotnet restore
3644
3745 - name : Build
38- run : dotnet build Cirrious.FluentLayout/Cirrious.FluentLayouts.Touch.csproj --no-restore /p:Version=${{ steps.gitversion.outputs.semVer }} /p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} /p:InformationalVersion=${{ steps.gitversion.outputs.informationalVersion }}
46+ run : dotnet build Cirrious.FluentLayout/Cirrious.FluentLayouts.Touch.csproj --no-restore /p:Configuration=Release /p: Version=${{ steps.gitversion.outputs.semVer }} /p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} /p:InformationalVersion=${{ steps.gitversion.outputs.informationalVersion }}
3947
4048 - name : Upload a Build Artifact
4149 uses : actions/upload-artifact@v3.1.1
You can’t perform that action at this time.
0 commit comments