Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbest84 committed Jan 31, 2024
1 parent f6a15c0 commit 5ecb453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if($Debug -ne $true){
$propertyFlags = "Configuration=Release;WarningLevel=0;TreatWarningsAsErrors=false"
}

Remove-Item .\Saleslogix.SData.Client\obj -Recurse -Force
Remove-Item .\Saleslogix.SData.Client\obj -Recurse -Force -ErrorAction Ignore
$framework_solution = "DotNetSDataClient.Framework.sln"
& msbuild $framework_solution /maxcpucount:"${Env:NUMBER_OF_PROCESSORS}" /nologo /property:"${propertyFlags}" /target:Rebuild
Test-ExitCode -Message "Error building ${framework_solution}"
Expand Down

0 comments on commit 5ecb453

Please sign in to comment.