File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 - name : Build (Release)
3636 working-directory : src
37- run : dotnet build --configuration Release --no-restore
37+ run : |
38+ VERSION_SUFFIX="alpha-${{ github.run_number }}"
39+ dotnet build --configuration Release --no-restore \
40+ -p:VersionSuffix="$VERSION_SUFFIX"
41+ -p:ContinuousIntegrationBuild=true
3842
3943 # For <Version>1.2.3</Version>, adds the suffix: <VersionSuffix>alpha-<run_number></VersionSuffix>
4044 - name : Pack with alpha suffix
Original file line number Diff line number Diff line change 1717 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1818 <PackageIcon >logo.png</PackageIcon >
1919 <PackageReadmeFile >README.md</PackageReadmeFile >
20- <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
2120 <Deterministic >true</Deterministic >
2221 <GenerateDocumentationFile >false</GenerateDocumentationFile > <!-- TODO: Generate proper
2322 documentation -->
You can’t perform that action at this time.
0 commit comments