|
41 | 41 | run: | |
42 | 42 | $target_configuration = "${{ matrix.config }}" |
43 | 43 | $target_platform = "${{ matrix.arch }}" |
44 | | - $target_version = "1.2.3.4" |
| 44 | + $target_version = "999.999.999.999" |
45 | 45 | $props = "Configuration=$target_configuration,Platform=$target_platform,CppWinRTBuildVersion=$target_version" |
46 | 46 | if ("${{ matrix.compiler }}" -eq "clang-cl") { |
47 | 47 | $props += ",Clang=1,PlatformToolset=ClangCl" |
@@ -134,7 +134,7 @@ jobs: |
134 | 134 | run: | |
135 | 135 | $target_configuration = "${{ matrix.config }}" |
136 | 136 | $target_platform = "${{ matrix.arch }}" |
137 | | - $target_version = "1.2.3.4" |
| 137 | + $target_version = "999.999.999.999" |
138 | 138 | $props = "Configuration=$target_configuration,Platform=$target_platform,CppWinRTBuildVersion=$target_version" |
139 | 139 | if ("${{ matrix.compiler }}" -eq "clang-cl") { |
140 | 140 | $props += ",Clang=1,PlatformToolset=ClangCl" |
@@ -301,7 +301,7 @@ jobs: |
301 | 301 | run: | |
302 | 302 | $target_configuration = "${{ matrix.config }}" |
303 | 303 | $target_platform = "${{ matrix.arch }}" |
304 | | - $target_version = "1.2.3.4" |
| 304 | + $target_version = "999.999.999.999" |
305 | 305 | Add-Content $env:GITHUB_ENV "msbuild_config_props=/p:Configuration=$target_configuration,Platform=$target_platform,CppWinRTBuildVersion=$target_version" |
306 | 306 |
|
307 | 307 | - name: Restore nuget packages |
@@ -347,7 +347,7 @@ jobs: |
347 | 347 | run: | |
348 | 348 | $target_configuration = "${{ matrix.config }}" |
349 | 349 | $target_platform = "${{ matrix.arch }}" |
350 | | - $target_version = "1.2.3.4" |
| 350 | + $target_version = "999.999.999.999" |
351 | 351 | Add-Content $env:GITHUB_ENV "msbuild_config_props=/p:Configuration=$target_configuration,Platform=$target_platform,CppWinRTBuildVersion=$target_version" |
352 | 352 |
|
353 | 353 | - name: Restore nuget packages |
|
0 commit comments