Skip to content

Commit 4adee2c

Browse files
authored
Fix Integration Failure (#83)
delete output from dotnet pack in integration
1 parent 2185338 commit 4adee2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
verbose: true
4545

4646
- name: Build
47-
run: dotnet pack -c Release --output .
47+
run: dotnet pack -c Release

0 commit comments

Comments
 (0)