Keep copies of post-commit hook in repo. Update post-commit hook to send unit testing versions of configurations with test items inside. Release Build 13463.
This commit is contained in:
parent
b7b5a1731f
commit
408209fb94
@ -145,7 +145,7 @@
|
||||
<CodeAnalysisRuleSet>..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unit Testing|x64'">
|
||||
<IncludePath>$(ProjectDir)include;$(VCInstallDir)Auxiliary\VS\UnitTest\include;$(IncludePath)</IncludePath>
|
||||
<IncludePath>$(ProjectDir)include;$(VCInstallDir)Auxiliary\VS\UnitTest\include;$(IncludePath);$(ProjectDir)</IncludePath>
|
||||
<LibraryPath>$(VCInstallDir)Auxiliary\VS\UnitTest\lib;$(LibraryPath)</LibraryPath>
|
||||
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||
<CodeAnalysisRuleSet>..\CodeAnalysisRuleset.ruleset</CodeAnalysisRuleSet>
|
||||
|
||||
@ -39,7 +39,7 @@ All rights reserved.
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_BUILD 13461
|
||||
#define VERSION_BUILD 13463
|
||||
|
||||
#define stringify(a) stringify_(a)
|
||||
#define stringify_(a) #a
|
||||
|
||||
2
git-hooks/Windows/post-commit
Normal file
2
git-hooks/Windows/post-commit
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
powershell.exe -ExecutionPolicy RemoteSigned -File '.git\hooks\post-commit.ps1'
|
||||
4
git-hooks/Windows/post-commit.ps1
Normal file
4
git-hooks/Windows/post-commit.ps1
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
Compress-Archive -Path "J:\AdventuresInLestoria\x64\Unit Testing\assets" -Force -DestinationPath "J:\AdventuresInLestoria\x64\Unit Testing\assets.zip"
|
||||
pscp -r -pwfile "C:\Users\sigon\OneDrive\Documents\pw.DONOTOPEN" "J:\AdventuresInLestoria\x64\Unit Testing\assets.zip" sigonasr2@projectdivar.com:/home/sigonasr2
|
||||
rm "J:\AdventuresInLestoria\x64\Unit Testing\assets.zip"
|
||||
Loading…
x
Reference in New Issue
Block a user