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 3fdf5a6 commit 9b293a4Copy full SHA for 9b293a4
.github/workflows/verification.yml
@@ -78,6 +78,7 @@ jobs:
78
run: |
79
dotnet new --install bunit.template::${NBGV_NuGetPackageVersion} --nuget-source ${GITHUB_WORKSPACE}/packages
80
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
82
dotnet restore ${GITHUB_WORKSPACE}/TemplateTest --source ${GITHUB_WORKSPACE}/packages --source https://api.nuget.org/v3/index.json
83
dotnet test ${GITHUB_WORKSPACE}/TemplateTest
84
0 commit comments