diff --git a/.github/workflows/stride-ndepend-github.yml b/.github/workflows/stride-ndepend-github.yml
index 74468fe..ea18b10 100644
--- a/.github/workflows/stride-ndepend-github.yml
+++ b/.github/workflows/stride-ndepend-github.yml
@@ -40,11 +40,11 @@ jobs:
- name: Create Directory.Build.props
shell: powershell
run: |
- Add-Content -Path Directory.Build.props -Value ""
- Add-Content -Path Directory.Build.props -Value " "
- Add-Content -Path Directory.Build.props -Value " ${{ '$' }}(SolutionDir)\.sarif\${{ '$' }}(MSBuildProjectName).json"
- Add-Content -Path Directory.Build.props -Value " "
- Add-Content -Path Directory.Build.props -Value ""
+ Add-Content -Path Directory.Build.props -Value ''
+ Add-Content -Path Directory.Build.props -Value ' '
+ Add-Content -Path Directory.Build.props -Value ' $(SolutionDir)\.sarif\$(MSBuildProjectName).json'
+ Add-Content -Path Directory.Build.props -Value ' '
+ Add-Content -Path Directory.Build.props -Value ''
- name: List folder content in the working directory
shell: powershell