Skip to content

Commit

Permalink
Add a step that fiddles with one of the ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Sep 20, 2024
1 parent 5a0fcfc commit 7e30768
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
kosli attest artifact "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WaveApp" \
--artifact-type dir \
--name webapp
- name: Change appsettings.Development.json to test .kosli_ignore
run:
jq '.Logging.LogLevel.Default = "Debug"' "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WaveApp/appsettings.Development.json" > temp.json
&& mv temp.json "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WaveApp/appsettings.Development.json"

# - name: Generate artifact attestation
# uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 7e30768

Please sign in to comment.