Skip to content

Commit

Permalink
Updated rsg nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jun 7, 2022
1 parent 05fe792 commit fd6f093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
with:
clean: 'false'
fetch-depth: '0'
- name: Fetch all history for all tags and branches
run: |
git fetch --prune
- name: NuGet Cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -119,6 +116,12 @@ jobs:
- name: 📦 Pack
run: |
dotnet nuke Pack --skip
- name: 🏺 Publish coverage data
if: always()
uses: actions/upload-artifact@v3.1.0
with:
name: 'coverage'
path: 'coverage/'
- name: 🐿 Publish Coverage
if: (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
uses: codecov/codecov-action@v3.1.0
Expand All @@ -130,12 +133,6 @@ jobs:
with:
name: 'logs'
path: 'artifacts/logs/'
- name: 🏺 Publish coverage data
if: always()
uses: actions/upload-artifact@v3.1.0
with:
name: 'coverage'
path: 'coverage/'
- name: 🏺 Publish test data
if: always()
uses: actions/upload-artifact@v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageVersion Include="JetBrains.ReSharper.GlobalTools" Version="2022.1.2" />
<PackageVersion Include="Nuke.Common" Version="6.0.3" />
<PackageVersion Include="ReportGenerator" Version="5.1.9" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="0.17.12" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="0.17.14" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down

0 comments on commit fd6f093

Please sign in to comment.