File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
DOTNET_NOLOGO : true
14
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
14
15
15
16
jobs :
16
17
build :
@@ -26,10 +27,15 @@ jobs:
26
27
uses : actions/setup-dotnet@v2
27
28
with :
28
29
dotnet-version : 7.0.x
29
-
30
30
- if : contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
31
+ env :
32
+ MINVER_VERSION : ${{ secrets.MINVER_VERSION }}
31
33
run : ./build.sh
32
34
- if : matrix.runs-on == 'windows-latest' && github.ref != 'refs/heads/main' && !contains(github.ref, 'refs/tags/')
35
+ env :
36
+ MINVER_VERSION : ${{ secrets.MINVER_VERSION }}
33
37
run : ./build.ps1
34
38
- if : (matrix.runs-on == 'windows-latest') && (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/'))
39
+ env :
40
+ MINVER_VERSION : ${{ secrets.MINVER_VERSION }}
35
41
run : ./build.ps1
You can’t perform that action at this time.
0 commit comments