We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae50a0 commit db6e11dCopy full SHA for db6e11d
1 file changed
appveyor.yml
@@ -9,7 +9,8 @@ before_build:
9
$destination_file = $original_file
10
11
(Get-Content $original_file) | Foreach-Object {
12
- $_ -replace '<PostBuildEvent>copy \"\$\(ProjectDir\)\$\(OutDir\)\*.dll\" \"d:\\GAMES\\Steam\\Steam\\SteamApps\\common\\Grand Theft Auto V\\scripts\\\"</PostBuildEvent>', '' `
+ $_ -replace '<PostBuildEvent>xcopy \"\$\(ProjectDir\)\$\(OutDir\)\*.dll\" \"d:\\GAMES\\Steam\\Steam\\SteamApps\\common\\Grand Theft Auto V\\scripts\\\" /C', '' `
13
+ -replace 'xcopy \"\$\(ProjectDir\)\$\(OutDir\)\*.pdb\" \"d:\\GAMES\\Steam\\Steam\\SteamApps\\common\\Grand Theft Auto V\\scripts\\\" /C</PostBuildEvent>', '' `
14
} | Set-Content $destination_file
15
New-Item -ItemType File -Path Code\\AccountInBank\\bin\\\Release\\README.txt -Force
16
0 commit comments