Skip to content

Commit cefa18a

Browse files
committed
Fix test
1 parent 28ec417 commit cefa18a

File tree

3 files changed

+3
-3
lines changed
  • test/dotnet-new.IntegrationTests/Approvals
    • AllCommonItemsCreate.-o#global-json-file#-n#item#--roll-forward#major#--test-runner#Microsoft.Testing.Platform.verified/global-json-file
    • AllCommonItemsCreate.-o#global-json-file#-n#item#--test-runner#Microsoft.Testing.Platform.verified/global-json-file
    • AllCommonItemsCreate.-o#global-json-file#-n#item#--test-runner#VSTest.verified/global-json-file

3 files changed

+3
-3
lines changed

test/dotnet-new.IntegrationTests/Approvals/AllCommonItemsCreate.-o#global-json-file#-n#item#--roll-forward#major#--test-runner#Microsoft.Testing.Platform.verified/global-json-file/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"rollForward": "major",
4-
"version": "10.0.100-dev"
4+
"version": "%CURRENT-VER%"
55
},
66
"test": {
77
"runner": "Microsoft.Testing.Platform"

test/dotnet-new.IntegrationTests/Approvals/AllCommonItemsCreate.-o#global-json-file#-n#item#--test-runner#Microsoft.Testing.Platform.verified/global-json-file/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-dev"
3+
"version": "%CURRENT-VER%"
44
},
55
"test": {
66
"runner": "Microsoft.Testing.Platform"

test/dotnet-new.IntegrationTests/Approvals/AllCommonItemsCreate.-o#global-json-file#-n#item#--test-runner#VSTest.verified/global-json-file/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-dev"
3+
"version": "%CURRENT-VER%"
44
},
55
"test": {
66
"runner": "VSTest"

0 commit comments

Comments
 (0)