diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f3e2f110..a703145b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,13 +37,13 @@ steps: inputs: targetType: inline script: | - New-Item -Path . -Name "JenkinsSdkSetupScripts" -ItemType "directory" - New-Item -Path . -Name "sdks" -ItemType "directory" - New-Item -Path . -Name "SDKGenerator" -ItemType "directory" - New-Item -Path . -Name "API_Specs" -ItemType "directory" + New-Item -Path . -Name "JenkinsSdkSetupScripts" -ItemType "directory" # Equals "self" + New-Item -Path . -Name "sdks" -ItemType "directory" # Equals "self" + New-Item -Path . -Name "SDKGenerator" -ItemType "directory" # Equals "self" + New-Item -Path . -Name "API_Specs" -ItemType "directory" # Equals "self" ls cd sdks - New-Item -Path . -Name "CSharpSDK" -ItemType "directory" + New-Item -Path . -Name "CSharpSDK" -ItemType "directory" # Equals "self" pwsh: true - checkout: self @@ -131,4 +131,5 @@ steps: echo START .Net4.5 UNIT TEST RUNNER echo windows script testing this var $PF_TEST_TITLE_DATA_JSON cmd <<< UnitTestRunner.exe -testInputsFile '$PF_TEST_TITLE_DATA_JSON' + echo lol this should be done now displayName: 'dotNet 45 CSharpSDK UnitTestRunner'