diff --git a/.gitignore b/.gitignore
index 80d64f5..2100dfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -290,4 +290,5 @@ __pycache__/
# Calculator specific
Generated Files/
!/build/config/TRexDefs/**
+!src/Calculator/TemporaryKey.pfx
!src/CalculatorUnitTests/CalculatorUnitTests_TemporaryKey.pfx
\ No newline at end of file
diff --git a/build/pipelines/templates/build-app-internal.yaml b/build/pipelines/templates/build-app-internal.yaml
index 8a75dce..2de18a0 100644
--- a/build/pipelines/templates/build-app-internal.yaml
+++ b/build/pipelines/templates/build-app-internal.yaml
@@ -29,7 +29,7 @@ jobs:
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsApps
vstsFeedPackage: calculator-internals
- vstsPackageVersion: 0.0.7
+ vstsPackageVersion: 0.0.10
- template: ./build-single-architecture.yaml
parameters:
diff --git a/build/pipelines/templates/prepare-release-internalonly.yaml b/build/pipelines/templates/prepare-release-internalonly.yaml
index 6bb3b6c..bf302a4 100644
--- a/build/pipelines/templates/prepare-release-internalonly.yaml
+++ b/build/pipelines/templates/prepare-release-internalonly.yaml
@@ -87,7 +87,7 @@ jobs:
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsApps
vstsFeedPackage: calculator-internals
- vstsPackageVersion: 0.0.7
+ vstsPackageVersion: 0.0.10
- task: PkgESStoreBrokerPackage@10
displayName: Create StoreBroker Packages
diff --git a/src/Calculator/Calculator.vcxproj b/src/Calculator/Calculator.vcxproj
index f29fd3d..fe87418 100644
--- a/src/Calculator/Calculator.vcxproj
+++ b/src/Calculator/Calculator.vcxproj
@@ -15,6 +15,10 @@
false
10.0
black
+ Always
+ TemporaryKey.pfx
+ true
+ False
@@ -126,16 +130,6 @@
-
- TemporaryKey.pfx
- true
- True
- False
-
-
- false
- Never
-
/bigobj /await /std:c++17
@@ -360,7 +354,7 @@
Designer
-
+
diff --git a/src/Calculator/Calculator.vcxproj.filters b/src/Calculator/Calculator.vcxproj.filters
index f17fe36..2cd7dcd 100644
--- a/src/Calculator/Calculator.vcxproj.filters
+++ b/src/Calculator/Calculator.vcxproj.filters
@@ -413,6 +413,7 @@
+
diff --git a/src/Calculator/TemporaryKey.pfx b/src/Calculator/TemporaryKey.pfx
new file mode 100644
index 0000000..b10fa34
Binary files /dev/null and b/src/Calculator/TemporaryKey.pfx differ