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 aea12af commit e477800Copy full SHA for e477800
.github/workflows/upload-test-report.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: windows-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ fetch-depth: 0
15
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
build.sh
@@ -1,2 +1,2 @@
1
dotnet tool restore
2
-dotnet cake "$@"
+dotnet cake "$@"
0 commit comments