Skip to content

Commit

Permalink
Update ci-build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Oct 18, 2020
1 parent 533a0cb commit 2936065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci-build.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
param(
[Parameter(Mandatory, Position = 0)]
[string]$os,
[Parameter(Mandatory = $true, Position = 1)]
[string]$targetFramework
[Parameter(Mandatory, Position = 1)]
[string]$targetFramework,
[Parameter(Mandatory, Position = 2)]
[string]$platform,
[string]$platform
)

dotnet clean -c Release
Expand Down

0 comments on commit 2936065

Please sign in to comment.