Downgrade dotnet-publish-iis to latest stable release

This commit is contained in:
Nate McMaster 2016-09-09 10:20:20 -07:00 committed by GitHub
parent 5dc14acc32
commit f21c603f5a
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
}
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

View File

@ -69,7 +69,7 @@
}
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"