Skip to content

Commit

Permalink
Update recipe to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Aug 27, 2024
1 parent 72ba41f commit dbf83f5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ paket-files/
# CodeRush personal settings
.cr/personal

# TestCentric packaging folder
packaging/
# TestCentric packge folder
package/

# Python Tools for Visual Studio (PTVS)
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion GitReleaseManager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ create:
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t{0}`"
allow-update-to-published: false
allow-update-to-published: true
# Configuration values used when exporting release notes
export:
include-created-date-in-title: true
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next-version: 3.0.2
next-version: 3.0.3
mode: ContinuousDelivery
legacy-semver-padding: 5
build-metadata-padding: 5
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2022

build_script:
- ps: .\build.ps1 --target=AppVeyor --Configuration="Release"
- ps: .\build.ps1 --target=ContinuousIntegration --Configuration="Release"

# disable built-in tests.
test: false
Expand Down
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Load the recipe
#load nuget:?package=TestCentric.Cake.Recipe&version=1.1.2
#load nuget:?package=TestCentric.Cake.Recipe&version=1.3.1
// Comment out above line and uncomment below for local tests of recipe changes
//#load ../TestCentric.Cake.Recipe/recipe/*.cake

Expand All @@ -12,6 +12,7 @@ BuildSettings.Initialize(
title: "TestCentric Metadata",
solutionFile: "TestCentric.Metadata.sln",
githubRepository: "TestCentric.Metadata",
unitTests: "**/Tests.exe",
// Most files here are from Mono.Cecil, so we don't change their header
suppressHeaderCheck: true );

Expand Down
2 changes: 1 addition & 1 deletion src/TestCentric.Metadata/TestCentric.Metadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageIcon>testcentric.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageOutputPath>..\..\packaging</PackageOutputPath>
<PackageOutputPath>..\..\package</PackageOutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net20|AnyCPU'">
Expand Down

0 comments on commit dbf83f5

Please sign in to comment.