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 9ed1770 commit 94e2e33Copy full SHA for 94e2e33
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet test --no-build -c Release --verbosity normal
32
33
- name: Create Package
34
- run: dotnet pack Simplify.ProjectsTemplates/Simplify.ProjectsTemplates.csproj --no-build -c Release -o ./publish
+ run: dotnet pack Simplify.ProjectsTemplates.csproj --no-build -c Release -o ./publish
35
36
- name: Create packages artifact
37
uses: actions/upload-artifact@v2
0 commit comments