Skip to content

Commit

Permalink
Remove framework
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-martinsmith committed Aug 20, 2024
1 parent 7fb96a9 commit f274a13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
DOTNET_VERSION: 6.0.x
NUGET_VERSION: 5.x
BUILD_CONFIG: Release
BUILD_TARGET: netstandard2.0
BUILD_PLATFORM: Any CPU
PACK_PARAMETERS: ''
NUGET_OUTPUT_FOLDER: nupkgs
Expand Down Expand Up @@ -105,7 +104,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --no-restore --configuration ${{ env.BUILD_CONFIG }} --framework ${{ env.BUILD_TARGET }} /p:"Platform=${{ env.BUILD_PLATFORM }}" /p:"Version=${{ needs.setup.outputs.product_version }}" /p:"AssemblyVersion=${{ needs.setup.outputs.assembly_version }}"
run: dotnet build --no-restore --configuration ${{ env.BUILD_CONFIG }} /p:"Platform=${{ env.BUILD_PLATFORM }}" /p:"Version=${{ needs.setup.outputs.product_version }}" /p:"AssemblyVersion=${{ needs.setup.outputs.assembly_version }}"

- name: Test
run: dotnet test --no-restore --no-build --configuration ${{ env.BUILD_CONFIG }} --verbosity normal --collect:"XPlat Code Coverage"
Expand Down

0 comments on commit f274a13

Please sign in to comment.