try renable FTP publish
This commit is contained in:
parent
307ff3ddeb
commit
ce3119425f
@ -139,35 +139,35 @@ steps:
|
|||||||
archiveFile: '$(Build.ArtifactStagingDirectory)/IW4MAdmin-$(Build.BuildNumber).zip'
|
archiveFile: '$(Build.ArtifactStagingDirectory)/IW4MAdmin-$(Build.BuildNumber).zip'
|
||||||
replaceExistingArchive: true
|
replaceExistingArchive: true
|
||||||
|
|
||||||
#- task: FtpUpload@2
|
- task: FtpUpload@2
|
||||||
# displayName: 'Upload zip file to website'
|
displayName: 'Upload zip file to website'
|
||||||
# inputs:
|
inputs:
|
||||||
# credentialsOption: 'inputs'
|
credentialsOption: 'inputs'
|
||||||
# serverUrl: '$(FTPUrl)'
|
serverUrl: '$(FTPUrl)'
|
||||||
# username: '$(FTPUsername)'
|
username: '$(FTPUsername)'
|
||||||
# password: '$(FTPPassword)'
|
password: '$(FTPPassword)'
|
||||||
# rootDirectory: '$(Build.ArtifactStagingDirectory)'
|
rootDirectory: '$(Build.ArtifactStagingDirectory)'
|
||||||
# filePatterns: '*.zip'
|
filePatterns: '*.zip'
|
||||||
# remoteDirectory: 'IW4MAdmin/Download'
|
remoteDirectory: 'IW4MAdmin/Download'
|
||||||
# clean: false
|
clean: false
|
||||||
# cleanContents: false
|
cleanContents: false
|
||||||
# preservePaths: false
|
preservePaths: false
|
||||||
# trustSSL: false
|
trustSSL: false
|
||||||
|
|
||||||
#- task: FtpUpload@2
|
- task: FtpUpload@2
|
||||||
# displayName: 'Upload version info to website'
|
displayName: 'Upload version info to website'
|
||||||
# inputs:
|
inputs:
|
||||||
# credentialsOption: 'inputs'
|
credentialsOption: 'inputs'
|
||||||
# serverUrl: '$(FTPUrl)'
|
serverUrl: '$(FTPUrl)'
|
||||||
# username: '$(FTPUsername)'
|
username: '$(FTPUsername)'
|
||||||
# password: '$(FTPPassword)'
|
password: '$(FTPPassword)'
|
||||||
# rootDirectory: '$(Build.ArtifactStagingDirectory)'
|
rootDirectory: '$(Build.ArtifactStagingDirectory)'
|
||||||
# filePatterns: 'version_$(releaseType).txt'
|
filePatterns: 'version_$(releaseType).txt'
|
||||||
# remoteDirectory: 'IW4MAdmin'
|
remoteDirectory: 'IW4MAdmin'
|
||||||
# clean: false
|
clean: false
|
||||||
# cleanContents: false
|
cleanContents: false
|
||||||
# preservePaths: false
|
preservePaths: false
|
||||||
# trustSSL: false
|
trustSSL: false
|
||||||
|
|
||||||
- task: GitHubRelease@1
|
- task: GitHubRelease@1
|
||||||
displayName: 'Make GitHub release'
|
displayName: 'Make GitHub release'
|
||||||
|
@ -18,7 +18,7 @@ var plugin = {
|
|||||||
rconParser.Configuration.CommandPrefixes.Say = 'sayraw {0}';
|
rconParser.Configuration.CommandPrefixes.Say = 'sayraw {0}';
|
||||||
rconParser.Configuration.CommandPrefixes.Kick = 'clientkick {0} "{1}"';
|
rconParser.Configuration.CommandPrefixes.Kick = 'clientkick {0} "{1}"';
|
||||||
rconParser.Configuration.CommandPrefixes.Ban = 'clientkick {0} "{1}"';
|
rconParser.Configuration.CommandPrefixes.Ban = 'clientkick {0} "{1}"';
|
||||||
rconParser.Configuration.CommandPrefixes.TempBan = 'tempbanclient {0} "{1}"'
|
rconParser.Configuration.CommandPrefixes.TempBan = 'tempbanclient {0} "{1}"';
|
||||||
|
|
||||||
rconParser.Configuration.DefaultRConPort = 28960;
|
rconParser.Configuration.DefaultRConPort = 28960;
|
||||||
rconParser.Configuration.DefaultInstallationDirectoryHint = 'HKEY_CURRENT_USER\\Software\\Classes\\iw4x\\shell\\open\\command';
|
rconParser.Configuration.DefaultInstallationDirectoryHint = 'HKEY_CURRENT_USER\\Software\\Classes\\iw4x\\shell\\open\\command';
|
||||||
|
Loading…
Reference in New Issue
Block a user