From 86ba1da540c8a84805412512e01b6f393b6bd180 Mon Sep 17 00:00:00 2001 From: Jason Carroll Date: Sun, 6 Nov 2022 15:00:44 -0800 Subject: [PATCH] Update coreSTNP demo to old solution name. --- .github/workflows/freertos_plus_demos.yml | 2 +- .../{coreSNTP_Demo.sln => core_sntp_demo.sln} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/{coreSNTP_Demo.sln => core_sntp_demo.sln} (100%) diff --git a/.github/workflows/freertos_plus_demos.yml b/.github/workflows/freertos_plus_demos.yml index 0af79e340c..dfecf05182 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 coreSNTP_Demo.sln -t:rebuild + run: msbuild core_sntp_demo.sln -t:rebuild winsim_aws_iot: diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/coreSNTP_Demo.sln b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/core_sntp_demo.sln similarity index 100% rename from FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/coreSNTP_Demo.sln rename to FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/core_sntp_demo.sln