Update sync_nuget_temp_proj.sh

This commit is contained in:
pashko 2024-10-31 13:35:57 +08:00
parent 2806b7a39e
commit dffc18f2f4

View File

@ -26,7 +26,7 @@ echo '<Project Sdk="Microsoft.NET.Sdk">
</ItemGroup>
</Project>' > $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