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 05709f2 commit 881be8dCopy full SHA for 881be8d
.github/workflows/dotnet.yml
@@ -74,13 +74,6 @@ jobs:
74
uses: actions/setup-dotnet@v4
75
with:
76
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
77
- - name: Cache NuGet packages
78
- uses: actions/cache@v3
79
- with:
80
- path: ~/.nuget/packages
81
- key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
82
- restore-keys: |
83
- ${{ runner.os }}-nuget-
84
- name: Build with .NET ${{ vars.DOTNET_SDK_VERSION }}
85
run: dotnet build ${{ vars.SRC_SEARCH_PATTERN }} --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} /p:Version=${{ env.ASSEMBLY_VERSION }} /p:AssemblyInformationalVersion=${{ env.ASSEMBLY_INFORMATIONAL_VERSION }} /p:FileVersion=${{ env.FILE_VERSION }}
86
- name: Upload Build
0 commit comments