3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Azure App Service で C# を使う場合に Git デプロイでアセンブリできない現象を回避する

Posted at

Web App や Function App で C# を使う場合、デフォルトの設定だとアセンブリファイルがロックされるようになっている。
デプロイオプションによって各種 Git と連携すると更新されない問題が発生するため、以下の設定を入れてこの挙動を回避する。

アプリケーション設定
MSDEPLOY_RENAME_LOCKED_FILES=1

参考
https://github.com/projectkudu/kudu/wiki/Configurable-settings

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?