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 f7449e4 commit 3ba1d9cCopy full SHA for 3ba1d9c
.github/workflows/main.yml
@@ -23,6 +23,6 @@ jobs:
23
with:
24
find: "[[VERSION]]"
25
replace: $VERSION
26
- include: "*.csproj"
+ include: "Company.RazorTests1.csproj"
27
- name: Creating template package
28
run: dotnet pack template/ -c Release -o ${GITHUB_WORKSPACE} -p:PackageVersion=$VERSION
0 commit comments