Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Oct 3, 2024
1 parent b7011b0 commit 2184e07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
run: dotnet restore SUBSTitute.sln
- name: Build
run: dotnet build SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:VersionSuffix=ci
- name: Publish (win-x64)
run: dotnet publish SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:VersionSuffix=ci -p:PublishProfile=src\Properties\PublishProfiles\win-x64.pubxml
- name: Publish (win-arm64)
run: dotnet publish SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:VersionSuffix=ci -p:PublishProfile=src\Properties\PublishProfiles\win-arm64.pubxml
sonarcloud:
name: SonarCloud
runs-on: windows-latest
Expand Down

0 comments on commit 2184e07

Please sign in to comment.