Skip to content

Commit

Permalink
chore: Adjust legacy targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 8, 2025
1 parent fa2ce71 commit b0a8e33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
15 changes: 11 additions & 4 deletions .github/actions/sdk-update-legacy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@ runs:
with:
dotnet-version: '8.0.401'

- uses: dotnet/nbgv@f088059084cb5d872e9d1a994433ca6440c2bf72 # v0.4.2
id: nbgv
- name: Setup GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
toolVersion: 3.6.139
setAllVars: true
versionSpec: '5.10.3'

- name: GitVersion
id: gitversion
uses: gittools/actions/gitversion/[email protected]
with:
useConfigFile: true
configFilePath: build/gitversion.yml
additionalArguments: -b "${{ inputs.branch }}"

- name: Run Uno Sdk Updater
run: dotnet run -c Release --project tools/Uno.Sdk.Updater
Expand Down
17 changes: 5 additions & 12 deletions .github/actions/sdk-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ runs:
with:
dotnet-version: '8.0.401'

- name: Setup GitVersion
uses: gittools/actions/gitversion/[email protected]
- uses: dotnet/nbgv@f088059084cb5d872e9d1a994433ca6440c2bf72 # v0.4.2
id: nbgv
with:
versionSpec: '5.10.3'

- name: GitVersion
id: gitversion
uses: gittools/actions/gitversion/[email protected]
with:
useConfigFile: true
configFilePath: build/gitversion.yml
additionalArguments: -b "${{ inputs.branch }}"
toolVersion: 3.6.139
setAllVars: true

- name: Run Uno Sdk Updater
run: dotnet run -c Release --project tools/Uno.Sdk.Updater
shell: pwsh
shell: pwsh

0 comments on commit b0a8e33

Please sign in to comment.