diff options
author | Oliver Smith-Denny <osde@microsoft.com> | 2024-12-03 14:52:41 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-10 23:42:09 +0000 |
commit | 1c5c951ec33b7851da67feeaf222d3edd6eb89be (patch) | |
tree | 31221487f2115bfc0f5ce898f1412e5296e77df9 /PrmPkg/Samples | |
parent | bcbb7099594af28b5ba40521ba2ecef253adaa9f (diff) | |
download | edk2-1c5c951ec33b7851da67feeaf222d3edd6eb89be.tar.gz |
Update CI to VS2022
This PR updates the CI pipelines to use VS2022 instead of VS2019
as that is the latest supported VS toolchain on edk2.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
Diffstat (limited to 'PrmPkg/Samples')
-rw-r--r-- | PrmPkg/Samples/Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PrmPkg/Samples/Readme.md b/PrmPkg/Samples/Readme.md index 73963da168..c09fb148a6 100644 --- a/PrmPkg/Samples/Readme.md +++ b/PrmPkg/Samples/Readme.md @@ -16,7 +16,7 @@ The sample modules are built as part of the normal `PrmPkg` build so you can fol workspace build output directory. For example, if your build workspace is called "edk2" and you build
64-bit binaries on the Visual Studio 2017 tool chain, your sample module binaries will be in the following
location: \
-``edk2/Build/Prm/DEBUG_VS2017/X64/PrmPkg/Samples``
+``edk2/Build/Prm/DEBUG_VS2022/X64/PrmPkg/Samples``
### Build an Individual PRM Sample Module
@@ -24,7 +24,7 @@ Note that the build command does provide the option to build a specific module i faster build time. If you would like to just build a single PRM module that can be done by specifying the path to
the module INF file with the "-m" argument to `build`. For example, this command builds 32-bit and 64-bit binaries
with Visual Studio 2019: \
-``build -p PrmPkg/PrmPkg.dsc -m PrmPkg/Samples/PrmSampleContextBufferModule/PrmSampleContextBufferModule.inf -a IA32 -a X64 -t VS2019``
+``build -p PrmPkg/PrmPkg.dsc -m PrmPkg/Samples/PrmSampleContextBufferModule/PrmSampleContextBufferModule.inf -a IA32 -a X64 -t VS2022``
## PRM Sample Module User's Guide
|