Skip to content

Commit 9ebae92

Browse files
committed
Tweak ci.yml
1 parent 1398ce2 commit 9ebae92

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
env:
1313
DOTNET_NOLOGO: true
14+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1415

1516
jobs:
1617
build:
@@ -26,10 +27,15 @@ jobs:
2627
uses: actions/setup-dotnet@v2
2728
with:
2829
dotnet-version: 7.0.x
29-
3030
- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
31+
env:
32+
MINVER_VERSION: ${{ secrets.MINVER_VERSION }}
3133
run: ./build.sh
3234
- if: matrix.runs-on == 'windows-latest' && github.ref != 'refs/heads/main' && !contains(github.ref, 'refs/tags/')
35+
env:
36+
MINVER_VERSION: ${{ secrets.MINVER_VERSION }}
3337
run: ./build.ps1
3438
- if: (matrix.runs-on == 'windows-latest') && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/'))
39+
env:
40+
MINVER_VERSION: ${{ secrets.MINVER_VERSION }}
3541
run: ./build.ps1

0 commit comments

Comments
 (0)