File tree Expand file tree Collapse file tree 4 files changed +29
-10
lines changed
Expand file tree Collapse file tree 4 files changed +29
-10
lines changed Original file line number Diff line number Diff line change 2222 build :
2323 uses : CodebreakerApp/Codebreaker.XAML/.github/workflows/createnuget-withbuildnumber.yml@main
2424 with :
25- version-suffix : beta .
25+ version-suffix : preview.1 .
2626 version-number : ${{ github.run_number }}
2727 version-offset : 10
2828 solutionfile-path : src/CodeBreaker.ViewModels.sln
3838 artifact-name : codebreaker-viewmodels
3939 secrets : inherit
4040
41- publishnuget :
42- uses : CodebreakerApp/Codebreaker.XAML/.github/workflows/publishnuget-nugetserver.yml@main
43- needs : publishdevops
44- with :
45- artifact-name : codebreaker-viewmodels
46- secrets : inherit
41+ # publishnuget:
42+ # uses: CodebreakerApp/Codebreaker.XAML/.github/workflows/publishnuget-nugetserver.yml@main
43+ # needs: publishdevops
44+ # with:
45+ # artifact-name: codebreaker-viewmodels
46+ # secrets: inherit
Original file line number Diff line number Diff line change 5454 uses : actions/setup-dotnet@v4
5555 with :
5656 dotnet-version : ${{ inputs.dotnet-version }}
57- dotnet-quality : ' preview'
5857
5958 - name : Calculate version suffix with offset
6059 id : version
8685 with :
8786 name : ${{ inputs.artifact-name }}
8887 path : packages/*
89- retention-days : 3
88+ retention-days : 7
9089
Original file line number Diff line number Diff line change 1+ # GitHub Actions
2+
3+ ## Publish to Azure DevOps
4+
5+ [ Azure DevOps feed for daily builds] ( https://pkgs.dev.azure.com/cnilearn/codebreakerpackages/_packaging/codebreaker/nuget/v3/index.json )
6+
7+ Daily build version of NuGet packages (* CNinnovation.Codebreaker.ViewModels* ) are published to Azure DevOps with every merge to the main branch.
8+
9+ For publishing, an Azure DevOps PAT is required.
10+ Permissions: Packaging, Read & Write
11+
12+ The PAT is configured with the environment * DevOpsArtifacts" actions secret * DEVOPS_ARTIFACT_PAT* .
13+
14+ Valid until 2025/01/12
15+
16+ ## Publish to NuGet
17+
18+ Preview and release versions are published to the NuGet server.
19+
20+ [ CNInnovation.Codebreaker.ViewModels] ( https://www.nuget.org/packages/CNInnovation.Codebreaker.ViewModels/ )
Original file line number Diff line number Diff line change 1515 </PropertyGroup >
1616
1717 <PropertyGroup >
18- <VersionPrefix >3.7 .0</VersionPrefix >
18+ <VersionPrefix >4.0 .0</VersionPrefix >
1919 </PropertyGroup >
2020</Project >
You can’t perform that action at this time.
0 commit comments