Downgrade dotnet-publish-iis to latest stable release

This commit is contained in:
Nate McMaster 2016-09-08 16:19:56 -07:00
parent d7936af545
commit 16ee36c20a
No known key found for this signature in database
GPG Key ID: 6572615A705669C9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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