Skip to content

Commit e150a2f

Browse files
committed
update
1 parent e206f77 commit e150a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
echo "BUILD_CONFIG=Release" | Out-File -FilePath $env:GITHUB_ENV -Append
3939
}
4040
41-
- name: Restore Dependencies with Runtime Identifier
42-
run: dotnet restore ReswPlus.sln /p:PublishReadyToRun=true
41+
- name: Restore Dependencies
42+
run: dotnet restore ReswPlus.sln
4343

4444
- name: Build Solution
4545
run: msbuild ReswPlus.sln /p:Configuration=${{ env.BUILD_CONFIG }} /p:Platform="Any CPU"

0 commit comments

Comments
 (0)