Skip to content

Commit

Permalink
Main pipeline WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Mar 21, 2024
1 parent 326140e commit ce66e20
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Package for release

on:
workflow_dispatch: # For testing purposes
release:
types:
- released
Expand Down Expand Up @@ -59,10 +60,10 @@ jobs:
$packageVersion = $app.Value.SemVer
Write-Output "::debug::Building package " + $app.Key + " with version " + $packageVersion
& dotnet build $app.Value.Root -c Release --os ${{ matrix.os }} --no-self-contained `
/p:PackageRequireLicenseAcceptance=true `
/p:PackageLicenseFile=LICENSE `
/p:Version=$packageVersion `
/p:PackageProjectUrl=$env:REPO_URL `
/p:RepositoryUrl=$env:REPO_URL
-p:PackageRequireLicenseAcceptance=true `
-p:PackageLicenseFile=LICENSE `
-p:Version=$packageVersion `
-p:PackageProjectUrl=$env:REPO_URL `
-p:RepositoryUrl=$env:REPO_URL
}

0 comments on commit ce66e20

Please sign in to comment.