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 2466343 commit d23179dCopy full SHA for d23179d
.github/workflows/cipackage.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: Build
22
run: dotnet build --configuration Release src/FlowCommandLine/FlowCommandLine.csproj
23
- name: Tests
24
- run: dotnet test --configuration Release --no-build src/FlowCommandLine/FlowCommandLine.csproj
+ run: dotnet test --configuration Release
25
- name: Pack package
26
run: dotnet pack --configuration Release --no-build --output . src/FlowCommandLine/FlowCommandLine.csproj
0 commit comments