mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Adding SRGen to build scripts (#45)
* Adding SRGen to build scripts Adding support for sr.strings files. sr.strings files can be converted into .resx and designer cs files by running the SRGen Cake target Adding a new target to Cake script to run SRGen. SRGen is pulled down as a nuget package for Cake and executes from the .tools folder. Adding Cake temp environment to the gitignore Adding the cake scripts to the sqltoolsservice solution file * Fixes from pull request comments * Fix as per @llali * Actual changes as per @llali * removing platform type from netcore dependency
This commit is contained in:
@@ -106,5 +106,7 @@ if (!(Test-Path $CAKE_EXE)) {
|
||||
|
||||
# Start Cake
|
||||
Write-Host "Running build script..."
|
||||
Invoke-Expression "& `"$CAKE_EXE`" `"$Script`" -verbosity=`"$Verbosity`" $UseMono $UseDryRun $ScriptArgs"
|
||||
$v = "& `"$CAKE_EXE`" `"$Script`" -verbosity=`"$Verbosity`" $UseMono $UseDryRun $ScriptArgs"
|
||||
Write-Host $v
|
||||
Invoke-Expression $v
|
||||
exit $LASTEXITCODE
|
||||
|
||||
Reference in New Issue
Block a user