From 3d2d46f62fc01e2653d0251ad9703090574e7c41 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 6 Mar 2024 14:48:10 -0800 Subject: Better .nupkg names --- .../burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj | 4 ++-- .../BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj | 4 ++-- .../TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj | 4 ++-- .../BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj | 4 ++-- .../burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj | 3 ++- .../TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj | 4 ++-- .../burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj | 4 ++-- .../TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj | 4 ++-- .../burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj | 4 ++-- .../TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj | 4 ++-- 10 files changed, 20 insertions(+), 19 deletions(-) (limited to 'src/test/burn/TestData/BasicFunctionalityTests') diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj index dcd38527..c643fe9f 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj @@ -12,6 +12,6 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj index 535129df..b3c0f4fd 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj @@ -13,6 +13,6 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj index 7e29856f..43bc988c 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj @@ -13,6 +13,6 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj index 3cbedc3d..5841cf09 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj @@ -13,6 +13,6 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj index 6f39097a..06b07dcb 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj @@ -13,7 +13,8 @@ + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj index c940f02a..bf3a8efb 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj @@ -15,7 +15,7 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj index 0eb66ee3..d025a728 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj @@ -14,7 +14,7 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj index af028ed4..1c036ed5 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj @@ -15,7 +15,7 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj index a2af1aa5..5972dc7e 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj @@ -14,7 +14,7 @@ - + - \ No newline at end of file + diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj index 338d523d..4071910c 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj @@ -15,7 +15,7 @@ - + - \ No newline at end of file + -- cgit v1.2.3-55-g6feb