Skip to content

Commit 45dd0f8

Browse files
committed
chore: Adjust dotnet install
1 parent aec75cf commit 45dd0f8

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

build/ci/gitversion.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
steps:
2-
- task: UseDotNet@2
3-
displayName: 'Use .NET SDK'
4-
inputs:
5-
version: '9.0.203'
6-
includePreviewVersions: true
7-
82
- pwsh: |
93
dotnet tool uninstall nbgv -g
104
dotnet tool install nbgv -g --version 3.6.139

build/ci/stage-build-linux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- checkout: self
2424
clean: true
2525

26-
- template: gitversion.yml
2726
- template: dotnet-install.yml
27+
- template: gitversion.yml
2828

2929
- bash: |
3030
cd $(build.sourcesdirectory)/src/Uno.Wasm.Bootstrap

build/ci/stage-build-macos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
SourceLinkEnabled: false
1414

1515
steps:
16-
- template: gitversion.yml
1716
- template: dotnet-install.yml
17+
- template: gitversion.yml
1818

1919
- bash: |
2020
cd $(build.sourcesdirectory)/src/Uno.Wasm.Bootstrap

build/ci/stage-build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- checkout: self
1212
clean: true
1313

14-
- template: gitversion.yml
1514
- template: dotnet-install.yml
15+
- template: gitversion.yml
1616

1717
- bash: |
1818
npm install -g [email protected]

build/ci/stage-build-windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- checkout: self
2121
clean: true
2222

23-
- template: gitversion.yml
2423
- template: dotnet-install.yml
24+
- template: gitversion.yml
2525

2626
- pwsh: |
2727
attrib +r "$(build.sourcesdirectory)/src" /s /d

0 commit comments

Comments
 (0)