如何配置有效的TfvcContinuousDeploymentTemplate.12构建定义?

时间:2015-05-13 02:24:53

标签: azure azure-devops

我尝试在Visual Studio Online中设置解决方案以部署到Azure网站。我在Azure中配置了网站,下载了订阅文件,我现在正试图弄清楚如何配置构建定义。

此屏幕的大部分内容似乎都很简单,但是第2.3节(配置)选项(我已经选择了try tell application "FileMaker Pro Advanced" --tell database "artdb_Client" set theRecord to current record of database "artdb_Client" tell theRecord set theCustomer to item 4 set theCustomerName to item 5 set theFileName to item 2 end tell --end tell end tell tell application "QuarkXPress" activate display dialog ¬ theCustomer & " - " & theCustomerName default answer theCustomer buttons {"Cancel", "OK"} default button 2 ¬ with title "Enter the Customer Code for Job" (* display dialog ¬ theCustomer & " - " & theCustomerName & ¬ "?" with title "Export PDF for Customer" *) end tell set theFolder to "Data HD:Proofs:" & theCustomer set theFolderOfPosix to "/volumes/Data HD/Proofs/" & theCustomer set this_item to theFolder & ":" & theFileName & ".pdf" set theProofsDir to "Data HD:Proofs:" as alias tell application "System Events" tell process "QuarkXPress" tell menu bar 1 tell menu bar item "File" tell menu "File" tell menu item "Export" tell menu "Export" click menu item "Layout as PDF..." delay 1 end tell end tell end tell end tell end tell end tell repeat 5 times tell process "QuarkXPress" if window "Export as PDF" exists then keystroke "G" using command down set value of text field 1 of window 1 to theFolderOfPosix & "/" keystroke return click button "Go" of window 1 exit repeat else delay 1 end if end tell delay 1 end repeat end tell end try 配置)中包含错误字形并显示错误:

Release|Any CPU

知道这意味着什么或我如何解决它?

0 个答案:

没有答案