From 69a7ac1d2c41021a86ae03790e1d225b31e53065 Mon Sep 17 00:00:00 2001 From: Andrew Petrochuk <30735471+petrochuk@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:57:14 -0800 Subject: [PATCH] Using same YamlDotNet version (#517) Co-authored-by: Andrew Petrochuk (from Dev Box) --- azure-pipelines.yml | 3 ++- .../Microsoft.PowerPlatform.PowerApps.Persistence.csproj | 4 ++-- src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj | 6 +++--- src/PAModel/packages.lock.json | 6 +++--- src/PAModelTests/PAModelTests.csproj | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea398ad5..f312f9a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,8 @@ trigger: - master -pr: none +pr: + - master pool: vmImage: 'windows-latest' diff --git a/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj b/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj index de810927..153be1db 100644 --- a/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj +++ b/src/Microsoft.PowerPlatform.PowerApps.Persistence/Microsoft.PowerPlatform.PowerApps.Persistence.csproj @@ -21,7 +21,7 @@ This package is a preview release - use at your own risk. We have not stabilized on Namespace or Class names with this package as of yet and things will - change as we move though the preview. + change as we move through the preview. See https://github.com/microsoft/PowerApps-Tooling/releases for the latest release notes. @@ -46,7 +46,7 @@ - + $(MinVer) diff --git a/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj b/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj index 50767396..4dea5bc2 100644 --- a/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj +++ b/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj @@ -33,7 +33,7 @@ $(NoWarn);NU1601 - + $(MinVer) @@ -50,14 +50,14 @@ - - + + all diff --git a/src/PAModel/packages.lock.json b/src/PAModel/packages.lock.json index 1be29390..8796d111 100644 --- a/src/PAModel/packages.lock.json +++ b/src/PAModel/packages.lock.json @@ -42,9 +42,9 @@ }, "YamlDotNet": { "type": "Direct", - "requested": "[13.7.1, )", - "resolved": "13.7.1", - "contentHash": "X4m1PnFcJwvAj1sCDMntg/eZcX96CJLrWMiYnq41KqhFVZPuw63ZTSxIGqgdCwHWHvCAyTxheELC/VDf1HsU2A==" + "requested": "[15.1.0, )", + "resolved": "15.1.0", + "contentHash": "fXrqmKkzBtXeJiHEsZOPEWkonHweiwk/l0Hqhz4yMIZPh57kZy03Xbj2/e8HV1QIkTw7yeBe9bbphuE3YiI4vQ==" }, "Microsoft.Extensions.DependencyInjection": { "type": "Transitive", diff --git a/src/PAModelTests/PAModelTests.csproj b/src/PAModelTests/PAModelTests.csproj index d174ad28..b9525695 100644 --- a/src/PAModelTests/PAModelTests.csproj +++ b/src/PAModelTests/PAModelTests.csproj @@ -14,7 +14,7 @@ - +