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 e206f77 commit e150a2fCopy full SHA for e150a2f
.github/workflows/dotnet.yml
@@ -38,8 +38,8 @@ jobs:
38
echo "BUILD_CONFIG=Release" | Out-File -FilePath $env:GITHUB_ENV -Append
39
}
40
41
- - name: Restore Dependencies with Runtime Identifier
42
- run: dotnet restore ReswPlus.sln /p:PublishReadyToRun=true
+ - name: Restore Dependencies
+ run: dotnet restore ReswPlus.sln
43
44
- name: Build Solution
45
run: msbuild ReswPlus.sln /p:Configuration=${{ env.BUILD_CONFIG }} /p:Platform="Any CPU"
0 commit comments