We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490c1eb commit 228d265Copy full SHA for 228d265
1 file changed
.github/workflows/dotnet.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Restore
26
- run: dotnet restore --runtime ${{ matrix.targetPlatform }} --locked-mode
+ run: dotnet restore --locked-mode
27
28
- name: Build
29
run: dotnet build ${{ env.ProjectName }} --no-restore --runtime ${{ matrix.targetPlatform }} --configuration Release --no-self-contained
0 commit comments