Skip to content

Commit

Permalink
Merge pull request #49 from baoduy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
baoduy authored Jul 10, 2024
2 parents 9757247 + 4008421 commit 15e8751
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-drunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# - src/**

env:
Enable_Release: 'false'
Enable_Release: 'true'

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion src/Builder/ApimBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,11 @@ class ApimBuilder
'false',
},
},
{ dependsOn: this.commonProps.dependsOn, deleteBeforeReplace: true },
{
dependsOn: this.commonProps.dependsOn,
deleteBeforeReplace: true,
ignoreChanges: ['publicNetworkAccess'],
},
);
}
private buildEntraID() {
Expand Down

0 comments on commit 15e8751

Please sign in to comment.