Skip to content

Commit 9b293a4

Browse files
authored
ci: fix for verify template step
1 parent 3fdf5a6 commit 9b293a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
run: |
7979
dotnet new --install bunit.template::${NBGV_NuGetPackageVersion} --nuget-source ${GITHUB_WORKSPACE}/packages
8080
dotnet new bunit --no-restore -o ${GITHUB_WORKSPACE}/TemplateTest
81+
echo '<?xml version="1.0" encoding="utf-8"?><Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"></Project>' >> ${GITHUB_WORKSPACE}/TemplateTest/Directory.Build.props
8182
dotnet restore ${GITHUB_WORKSPACE}/TemplateTest --source ${GITHUB_WORKSPACE}/packages --source https://api.nuget.org/v3/index.json
8283
dotnet test ${GITHUB_WORKSPACE}/TemplateTest
8384

0 commit comments

Comments
 (0)