Skip to content

Commit

Permalink
Fixed other workflow compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomastrodicasa committed Oct 19, 2021
1 parent 34cc166 commit edebe8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ jobs:
${{ runner.os }}-maven-
- name: Compile to get local resources
run: |
dotnet build --no-incremental --framework net5.0 src\NuReflector.sln
dotnet build --no-incremental --framework net461 src\NuReflector.sln
run: dotnet build --no-incremental src\NuReflector.sln

- name: Install gpg secret key
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
submodules: 'true'

- name: Compile
run: |
dotnet build --no-incremental --framework net5.0 src\NuReflector.sln
dotnet build --no-incremental --framework net461 src\NuReflector.sln
run: dotnet build --no-incremental src\NuReflector.sln

- name: Reflect and Build net5.0 Maven POM files
run: dotnet bin\net5.0\NuReflectorCLI.dll -PackagesFile .github\workflows\packages.json
Expand Down

0 comments on commit edebe8e

Please sign in to comment.