fixing the install of the DotNet SDK

This commit is contained in:
stack72 2021-01-06 20:13:34 +00:00
parent fa3490ba2b
commit 9d0bac3e08

View file

@ -46,7 +46,7 @@ install:: build install_plugin
echo "Copying NuGet packages to ${PULUMI_NUGET}"
[ ! -e "$(PULUMI_NUGET)" ] || rm -rf "$(PULUMI_NUGET)/*"
rm -f $(PULUMI_NUGET)/*.nupkg
find . -name '*${VERSION_PREFIX}-*.nupkg' -exec cp -p {} ${PULUMI_NUGET} \;
find . -name '*${VERSION_PREFIX}*.nupkg' -exec cp -p {} ${PULUMI_NUGET} \;
dotnet_test:: install
# include the version prefix/suffix to avoid generating a separate nupkg file