-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f559b21
commit 0133806
Showing
7 changed files
with
164 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
$devopsExtensions = @( | ||
@{ | ||
Name = "Endjin.RecommendedPractices.Build" | ||
Version = "[1.5.10,2.0)" | ||
Process = "tasks/build.process.ps1" | ||
} | ||
) | ||
|
||
# Load the tasks and process | ||
. endjin-devops.tasks | ||
|
||
# | ||
# Build process configuration | ||
# | ||
$SolutionToBuild = (Resolve-Path (Join-Path $here "./Solutions/Ais.Net.Receiver.sln")).Path | ||
$SkipBuildModuleVersionCheck = $true # currently doesn't work properly with endjin-devops | ||
|
||
# Set default build task | ||
task . FullBuild | ||
|
||
# | ||
# Build Process Extensibility Points - uncomment and implement as required | ||
# | ||
|
||
# task RunFirst {} | ||
# task PreInit {} | ||
# task PostInit {} | ||
# task PreVersion {} | ||
# task PostVersion {} | ||
# task PreBuild {} | ||
# task PostBuild {} | ||
# task PreTest {} | ||
# task PostTest {} | ||
# task PreTestReport {} | ||
# task PostTestReport {} | ||
# task PreAnalysis {} | ||
# task PostAnalysis {} | ||
# task PrePackage {} | ||
# task PostPackage {} | ||
# task PrePublish {} | ||
# task PostPublish {} | ||
# task RunLast {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:Boolean x:Key="/Default/UserDictionary/Words/=mmsi/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> |
Oops, something went wrong.