Create nupkg for VS insertion
This commit is contained in:
parent
f2481a29b3
commit
a84cda76e2
1 changed files with 4 additions and 3 deletions
|
@ -152,11 +152,11 @@
|
||||||
$(SdkGenerateNupkgPowershellScript)"
|
$(SdkGenerateNupkgPowershellScript)"
|
||||||
Outputs="$(SdkInstallerNupkgFile)">
|
Outputs="$(SdkInstallerNupkgFile)">
|
||||||
|
|
||||||
<!--<Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript) ^
|
<Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateNupkgPowershellScript) ^
|
||||||
'$(CombinedFrameworkSdkHostMSIInstallerFile)' ^
|
'$(CombinedFrameworkSdkHostMSIInstallerFile)' ^
|
||||||
'$(FullNugetVersion)' ^
|
'$(FullNugetVersion)' ^
|
||||||
'$(SdkInstallerNuspecFile)' ^
|
'$(SdkInstallerNuspecFile)' ^
|
||||||
'$(SdkInstallerNupkgFile)'" />-->
|
'$(SdkInstallerNupkgFile)'" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="GenerateSdkMSBuildExtensionsNupkg"
|
<Target Name="GenerateSdkMSBuildExtensionsNupkg"
|
||||||
|
@ -167,7 +167,8 @@
|
||||||
$(SdkGenerateNupkgPowershellScript)"
|
$(SdkGenerateNupkgPowershellScript)"
|
||||||
Outputs="$(SdkMSBuildExtensionsNupkgFile);$(SdkMSBuildExtensionsSwrFile)">
|
Outputs="$(SdkMSBuildExtensionsNupkgFile);$(SdkMSBuildExtensionsSwrFile)">
|
||||||
|
|
||||||
<!-- Disabling this for now because we don't have the MSBuildExtensions available. -->
|
<!-- Disabling this for now because we don't have the MSBuildExtensions available.
|
||||||
|
https://github.com/dotnet/cli/issues/10260 -->
|
||||||
|
|
||||||
<!-- <Exec Command="powershell -NoProfile -NoLogo -InformationAction Continue $(SdkGenerateNupkgPowershellScript) ^
|
<!-- <Exec Command="powershell -NoProfile -NoLogo -InformationAction Continue $(SdkGenerateNupkgPowershellScript) ^
|
||||||
'$(MSBuildExtensionsLayoutDirectory)' ^
|
'$(MSBuildExtensionsLayoutDirectory)' ^
|
||||||
|
|
Loading…
Add table
Reference in a new issue