Skip to content

Commit

Permalink
Fix dispatch for GeneXus integration (#29)
Browse files Browse the repository at this point in the history
Project was moved from root to src directory when 'beta' branch was created; csproj was not been found for "Prepare build result" step.
  • Loading branch information
anaiberta committed Oct 15, 2021
1 parent 2989dcd commit 81315ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
PackageVersionString: ./.github/generatePackageVersion.ps1
run: |
$NuGetPackageVersion = & "$Env:PackageVersionString"
Write-Output "Package version to be used: $NuGetPackageVersion"
echo "NuGetPackageVersion=$NuGetPackageVersion" >> $env:GITHUB_ENV
Expand Down Expand Up @@ -69,7 +68,7 @@ jobs:
if: ${{ github.repository_owner == 'GeneXusLabs' && env.IsPrerelease == 'False' && github.base_ref == '' }}
run: |
Import-Module ./.github/actions/dispatch-build-result/utils/CSProjUtils -Force
$packageNames = Gather-Nupkg-Names (Get-Location).Path $false
$packageNames = Gather-Nupkg-Names (Get-Location).Path
if ([string]::IsNullOrEmpty($packageNames)) {
write-error "Cannot found package to integrate"
}
Expand Down

0 comments on commit 81315ee

Please sign in to comment.