From a8b2d52632c035da012ca6aadd592080d4994b71 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Mon, 31 Oct 2022 17:22:59 -0700 Subject: [PATCH] Update coreSNTP Demo sln name --- .github/workflows/freertos_plus_demos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freertos_plus_demos.yml b/.github/workflows/freertos_plus_demos.yml index 7c1b17385a..72c20613d2 100644 --- a/.github/workflows/freertos_plus_demos.yml +++ b/.github/workflows/freertos_plus_demos.yml @@ -280,7 +280,7 @@ jobs: - name: coreSNTP Demo working-directory: FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator - run: msbuild core_sntp_demo.sln -t:rebuild -property:Configuration=Debug -m + run: msbuild coreSNTP_Demo.sln -t:rebuild winsim_aws_iot: