Skip to content

Commit

Permalink
fix(publish): Fixes publish to azure may fail with locked files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 28, 2020
1 parent a34b232 commit c02eae2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
-->
<WriteLinesToFile
Overwrite="true"
WriteOnlyWhenDifferent="true"
Lines="[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] internal class __UnoUIRuntimeWasmKeepAlive : Uno.UI.Runtime.WebAssembly.CompileAnchor { }"
File="$(_unouiruntimewasm_keepalive)" />

Expand Down

0 comments on commit c02eae2

Please sign in to comment.