Explorar o código

fixed typo in setup_iis.ps1

Kevin Howard %!s(int64=11) %!d(string=hai) anos
pai
achega
1811185d72
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      servicestack/setup_iis.ps1

+ 1 - 1
servicestack/setup_iis.ps1

@@ -16,7 +16,7 @@ if ($action -eq 'start') {
     New-WebSite -Name Benchmarks -Port 8080 -PhysicalPath $wwwroot
     
     # Build the project
-    &$msbuild "$source\ServiceStackBenchmark.csproj" /t:ResotrePackages
+    &$msbuild "$source\ServiceStackBenchmark.csproj" /t:RestorePackages
     &$msbuild "$source\ServiceStackBenchmark.csproj" /p:Configuration=Release /p:Platform="x64" /t:Clean
     &$msbuild "$source\ServiceStackBenchmark.csproj" /p:Configuration=Release /p:Platform="x64" /p:DeployOnBuild=true /p:PublishProfile=IIS
 }