Skip to content

Commit

Permalink
Fixes for ODS repo packaging actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaksn committed Nov 7, 2024
1 parent 8e2f09b commit a359f85
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.githubactions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,9 @@ function Pack {
$params = @{
PackageDefinitionFile = $NuspecFilePath
Version = $version
Properties = @{
configuration = $Configuration
id = $PackageName
}
PackageId = $PackageName
OutputDirectory = $packageOutput
BuildConfiguration = $Configuration
}

& "$PSScriptRoot/../Ed-Fi-ODS-Implementation/Initialize-PowershellForDevelopment.ps1"
Expand Down

0 comments on commit a359f85

Please sign in to comment.