Skip to content

Commit

Permalink
fix: Another fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias committed Oct 5, 2024
1 parent d9c05fb commit 59269a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stride-ndepend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Create Directory.Build.props
shell: powershell
run: |
Add-Content -Path Directory.Build.props -Value "<Project>"
Add-Content -Path Directory.Build.props -Value " <PropertyGroup>"
Add-Content -Path Directory.Build.props -Value " <ErrorLog>${{ '$' }}(SolutionDir)\.sarif\${{ '$' }}(MSBuildProjectName).json</ErrorLog>"
Add-Content -Path Directory.Build.props -Value " </PropertyGroup>"
Add-Content -Path Directory.Build.props -Value "</Project>"
Add-Content -Path Directory.Build.props -Value '<Project>'
Add-Content -Path Directory.Build.props -Value ' <PropertyGroup>'
Add-Content -Path Directory.Build.props -Value ' <ErrorLog>$(SolutionDir)\.sarif\$(MSBuildProjectName).json</ErrorLog>'
Add-Content -Path Directory.Build.props -Value ' </PropertyGroup>'
Add-Content -Path Directory.Build.props -Value '</Project>'
- name: List folder content in the working directory
shell: powershell
Expand Down

0 comments on commit 59269a1

Please sign in to comment.