Skip to content

Commit

Permalink
Merge e6f731f into a4d43ee
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom authored Sep 18, 2024
2 parents a4d43ee + e6f731f commit 9295f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: msbuild build.build -t:All -p:Version=$env:BUILD_VERSION -p:WIX_PATH=$env:wix -p:NUnitConsoleRunnerPath=$env:GITHUB_WORKSPACE\packages\nunit.consolerunner\3.15.0\

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: 'Test Result'
path: Build\_build\TestResult.html
Expand Down
1 change: 1 addition & 0 deletions Snittlistan.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<add requestHeader="User-Agent"/>
</scanHeaders>
<denyStrings>
<add string="python-requests"/>
<add string="intrepid"/>
<add string="ZmEu"/>
<add string="Python-urllib"/>
Expand Down

0 comments on commit 9295f7c

Please sign in to comment.