Skip to content

Commit

Permalink
add missing build parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-gurpreetsingh committed Aug 13, 2024
1 parent 063406c commit 518104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build
working-directory: ${{env.SOLUTION_FILE_PATH}}
run: dotnet build -c ${{env.BUILD_CONFIGURATION}} /p:AssemblyVersion=${{env.NUMBER_VERSION}} /p:InformationalVersion=${{inputs.release-version}}
run: dotnet build -c ${{env.BUILD_CONFIGURATION}} -p:GenerateAssemblyInfo=true,AssemblyVersion=${{env.NUMBER_VERSION}},InformationalVersion=${{inputs.release-version}}

- name: Run tests
working-directory: ${{env.SOLUTION_FILE_PATH}}
Expand Down

0 comments on commit 518104a

Please sign in to comment.