Skip to content

Commit

Permalink
updated build.ps1 for .NET Core 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnk committed Feb 23, 2019
1 parent 2ffd4fb commit 9ca0b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -29,7 +29,7 @@ Write-Host "$testDir"
# Publish
$publishDirectory = Join-Path $BuildStagingDirectory "Publish"
$outputDirectory = Join-Path $publishDirectory "PartsUnlimited"
& dotnet publish $webSite --framework netcoreapp2.0 --output $outputDirectory --configuration $BuildConfiguration
& dotnet publish $webSite --framework netcoreapp2.2 --output $outputDirectory --configuration $BuildConfiguration

# Package to MSDeploy format
$manifestFile = Join-Path $publishDirectory "manifest.xml"
Expand Down

0 comments on commit 9ca0b21

Please sign in to comment.