File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/setup-dotnet@v5
4343 with :
4444 dotnet-version : ${{ env.LATEST_NET_VERSION }}
45- dotnet-quality : ' preview '
45+ dotnet-quality : ' ga '
4646
4747 - name : Install .NET MAUI Workload
4848 run : |
Original file line number Diff line number Diff line change 5555 uses : actions/setup-dotnet@v5
5656 with :
5757 dotnet-version : ${{ env.NET_VERSION }}
58+ dotnet-quality : ' ga'
5859
5960 - uses : actions/setup-java@v5
6061 with :
@@ -111,6 +112,7 @@ jobs:
111112 uses : actions/setup-dotnet@v5
112113 with :
113114 dotnet-version : ${{ env.NET_VERSION }}
115+ dotnet-quality : ' ga'
114116
115117 - uses : actions/setup-java@v5
116118 with :
@@ -204,6 +206,7 @@ jobs:
204206 uses : actions/setup-dotnet@v5
205207 with :
206208 dotnet-version : ${{ env.NET_VERSION }}
209+ dotnet-quality : ' ga'
207210
208211 - name : Download NuGet List
209212 uses : actions/download-artifact@v6
@@ -256,6 +259,7 @@ jobs:
256259 uses : actions/setup-dotnet@v5
257260 with :
258261 dotnet-version : ${{ env.NET_VERSION }}
262+ dotnet-quality : ' ga'
259263
260264 - name : Download signed packages for ${{ matrix.platform }}
261265 uses : actions/download-artifact@v6
You can’t perform that action at this time.
0 commit comments