From dffc18f2f4c621bd4ba81f7ae2e4cbecf3f7f735 Mon Sep 17 00:00:00 2001 From: pashko Date: Thu, 31 Oct 2024 13:35:57 +0800 Subject: [PATCH] Update sync_nuget_temp_proj.sh --- sync_nuget_temp_proj.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_nuget_temp_proj.sh b/sync_nuget_temp_proj.sh index 5287f04..c0d09b9 100644 --- a/sync_nuget_temp_proj.sh +++ b/sync_nuget_temp_proj.sh @@ -26,7 +26,7 @@ echo ' ' > $TEMP_DIR/temp.csproj -# Загрузить все доступные пакеты с помощью dotnet restore +# Загрузить все доступные пакеты помощью dotnet restore # Используется пустой .csproj, чтобы добавить все версии пакетов в TEMP_DIR/nuget_temp dotnet restore $TEMP_DIR/temp.csproj --packages $TEMP_DIR --source $AZURE_FEED #--configfile $NUGET_CONFIG