問題タブ [deployment-project]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
visual-studio-2013 - Visual Studio 展開プロジェクト - リソース ファイルへの書き込みアクセス権をユーザーに付与する方法
Visual Studio (2013) 展開プロジェクトには、アプリケーション フォルダーにコピーするリソース ファイル (settings.cfg というテキスト ファイル) があります。そのファイルの ReadOnly-Property は False に設定されています。
ターゲット プラットフォーム (Win 7 Pro) にインストールした後、ファイルは (アプリケーション フォルダーに) 存在しますが、管理者権限のないユーザーはファイルを変更できず、読み取り専用です。
明らかに、windows-explorer では、プロパティ ダイアログでアクセス オプションを変更できますが、管理者権限と時間/労力が必要です。
Visual Studio から任意のユーザー権限でファイルの変更を許可する方法はありますか?
powershell - Inline script task Powershell/ batch in bamboo deployment project does not fail the deployment project when errored out or during any exceptions
I am using below script to connect to remote server and shut the cluster service and then deploy packages. This is cluster service shut down script.
Why does Bamboo does not fail when there is a clear exception or an error message in the deploy logs?
Do I need to do something different here?
$LASTEXITCODE
doesn't work as well.
powershell - QA サーバーに Windows サービスをデプロイするための Bamboo 用 PowerShell スクリプト
私は powershell を初めて使用し、Bamboo で Windows サービスを QA サーバーに展開するために使用するスクリプトを作成しています。これまでのところ、私はこれを持っています:
新しいサービスをインストールする必要があることはわかっており、$MSBuild 変数を使用してインストールする予定でしたが、$exepath 変数も最後に追加する必要がありますか? それとも、現在のサービスを再インストールするだけですか?