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 63e9d27 commit 34dc5abCopy full SHA for 34dc5ab
windows/dotnet-aspnet46-webapp/Dockerfile
@@ -17,7 +17,7 @@ RUN powershell add-windowsfeature web-asp-net45 \
17
&& choco install microsoft-build-tools -y \
18
&& choco install dotnet4.6-targetpack -y \
19
&& choco install nuget.commandline -y \
20
- && nuget install MSBuild.Microsoft.VisualStudio.Web.targets
+ && nuget install MSBuild.Microsoft.VisualStudio.Web.targets -Version 14.0.0
21
22
#Secure default root IIS access by removing default page
23
RUN powershell remove-item \inetpub\wwwroot\iisstart.*
0 commit comments