|
39 | 39 | dotnet-version: '3.1.x' |
40 | 40 | - uses: actions/setup-dotnet@v1 |
41 | 41 | with: |
42 | | - dotnet-version: '5.0.100-rc.1.20452.10' |
| 42 | + dotnet-version: '5.0.x' |
43 | 43 |
|
44 | 44 | - name: Building library in release mode |
45 | 45 | run: dotnet build -c Release -p:ContinuousIntegrationBuild=true |
|
58 | 58 | dotnet-version: '3.1.x' |
59 | 59 | - uses: actions/setup-dotnet@v1 |
60 | 60 | with: |
61 | | - dotnet-version: '5.0.100-rc.1.20452.10' |
| 61 | + dotnet-version: '5.0.x' |
62 | 62 |
|
63 | 63 | - name: Running unit tests |
64 | 64 | run: | |
|
99 | 99 | dotnet-version: '3.1.x' |
100 | 100 | - uses: actions/setup-dotnet@v1 |
101 | 101 | with: |
102 | | - dotnet-version: '5.0.100-rc.1.20452.10' |
| 102 | + dotnet-version: '5.0.x' |
103 | 103 |
|
104 | 104 | - name: Creating library package |
105 | 105 | run: | |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | dotnet-version: '3.1.x' |
141 | 141 | - uses: actions/setup-dotnet@v1 |
142 | 142 | with: |
143 | | - dotnet-version: '5.0.100-rc.1.20452.10' |
| 143 | + dotnet-version: '5.0.x' |
144 | 144 |
|
145 | 145 | - name: Install dotnet-sonarscanner |
146 | 146 | run: dotnet tool install --global dotnet-sonarscanner |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | dotnet-version: '3.1.x' |
174 | 174 | - uses: actions/setup-dotnet@v1 |
175 | 175 | with: |
176 | | - dotnet-version: '5.0.100-rc.1.20452.10' |
| 176 | + dotnet-version: '5.0.x' |
177 | 177 |
|
178 | 178 | - name: Initialize CodeQL |
179 | 179 | uses: github/codeql-action/init@v1 |
@@ -219,7 +219,7 @@ jobs: |
219 | 219 | dotnet-version: '3.1.x' |
220 | 220 | - uses: actions/setup-dotnet@v1 |
221 | 221 | with: |
222 | | - dotnet-version: '5.0.100-rc.1.20452.10' |
| 222 | + dotnet-version: '5.0.x' |
223 | 223 |
|
224 | 224 | - name: Creating library package for pre-release |
225 | 225 | if: github.event_name != 'release' |
|
0 commit comments