Skip to content

Commit

Permalink
Check Release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
KafkaWannaFly committed May 4, 2024
1 parent e4a4344 commit 212ecc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_build_on_failed_tests: false
no_build: true
msbuild_configuration: Release
extra_test_parameters: --filter Displayname!~BaseTest
publish:
name: Build, Pack & Publish
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,5 @@ MigrationBackup/
.ionide/

.idea/
node_modules
node_modules
_tmp/test-results.trx

0 comments on commit 212ecc4

Please sign in to comment.