diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 13704a4..f84c513 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -49,6 +49,7 @@ jobs:
BUILDVAR_NuGetPublishSource: "${{ startsWith(github.ref, 'refs/tags/') && 'https://api.nuget.org/v3/index.json' || format('https://nuget.pkg.github.com/{0}/index.json', github.repository_owner) }}"
secretsYaml: |
NUGET_API_KEY: "${{ startsWith(github.ref, 'refs/tags/') && secrets.NUGET_APIKEY || secrets.BUILD_PUBLISHER_PAT }}"
+ secretsEncryptionKey: ${{ secrets.SHARED_WORKFLOW_KEY }}
build:
needs: prepareConfig
@@ -73,4 +74,5 @@ jobs:
# compilePhaseSecrets: ${{ needs.prepareConfig.outputs.RESOLVED_SECRETS }}
# testPhaseSecrets: ${{ needs.prepareConfig.outputs.RESOLVED_SECRETS }}
# packagePhaseSecrets: ${{ needs.prepareConfig.outputs.RESOLVED_SECRETS }}
- publishPhaseSecrets: ${{ needs.prepareConfig.outputs.RESOLVED_SECRETS }}
\ No newline at end of file
+ publishPhaseSecrets: ${{ needs.prepareConfig.outputs.RESOLVED_SECRETS }}
+ secretsEncryptionKey: ${{ secrets.SHARED_WORKFLOW_KEY }}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index b781cca..88ee831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -397,3 +397,5 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
/Solutions/Corvus.HighPerformance.v3.ncrunchsolution
+
+*.feature.cs
diff --git a/Solutions/Corvus.HighPerformance.Specs/Corvus.HighPerformance.Specs.csproj b/Solutions/Corvus.HighPerformance.Specs/Corvus.HighPerformance.Specs.csproj
index df38232..136ce1f 100644
--- a/Solutions/Corvus.HighPerformance.Specs/Corvus.HighPerformance.Specs.csproj
+++ b/Solutions/Corvus.HighPerformance.Specs/Corvus.HighPerformance.Specs.csproj
@@ -10,6 +10,11 @@
true
+
+
+
+
+