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 9213b3ce..49b74700 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) $(MinVerMajor).$(MinVerMinor).$(MinVerPatch).0 diff --git a/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj b/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj index 95aaedb4..5371feef 100644 --- a/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj +++ b/src/PAModel/Microsoft.PowerPlatform.Formulas.Tools.csproj @@ -33,7 +33,7 @@ $(NoWarn);NU1601 - + $(MinVer) $(MinVerMajor).$(MinVerMinor).$(MinVerPatch).0 @@ -54,14 +54,14 @@ - - + + all diff --git a/src/PAModel/packages.lock.json b/src/PAModel/packages.lock.json index f65b38b2..33f99c51 100644 --- a/src/PAModel/packages.lock.json +++ b/src/PAModel/packages.lock.json @@ -48,9 +48,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 @@ - +