Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google #275

Closed
Peri112 opened this issue Feb 24, 2022 · 1 comment
Closed

Google #275

Peri112 opened this issue Feb 24, 2022 · 1 comment

Comments

@Peri112
Copy link

Peri112 commented Feb 24, 2022

Tan

.NET yüklemeleri, iş akışı çalıştırmaları arasında aynı sürüm aynı kalsa bile önbelleğe alınmaz.

Detaylar

.NET Core 2.1, 3.1 ve 5.0'ı yan yana kullanan bir iş akışım var ve farklı iş akışı çalıştırmalarında değişmemiş olsalar bile bu sürümleri indiriyor ve kuruyor:

Duplicate

# workflow.yml 
adı : Test

açık : [push, pull_request]

işler :
   inşa :
     isim : ${{ matrix.os }} üzerinde Derleme ve Test Etme
     : ${{ matrix.os }} strateji :
       matrix :
         os : [ubuntu-latest, windows-latest, macos-latest] adımlar :
    
    
    - kullanımlar : eylemler/checkout@v2 
    - ad : Kurulum .NET Core 2.1 
      kullanımları : eylemler/kurulum-dotnet@v1 
      ile :
         dotnet-sürüm : ' 2.1 ' 
    - ad : Kurulum .NET 3.1 
      kullanımları : eylemler/setup-dotnet@v1 
      ile :
         dotnet-version : ' 3.1 ' 
    - ad : Kurulum .NET 5 
      kullanımları : action/setup-peripr08@gmail.com
  ile :
     dotnet-version: ' 5.0.100-rc.1.20452.10 ' 
- ad : Bağımlılıkları yükleme 
  çalıştırma : dotnet restore 
- ad : Derleme 
  çalıştırma : dotnet build --configuration Sürüm --no-restore 
- ad : Test 
  çalıştırması : dotnet test --configuration Sürüm --inşa yok

3 aynı sürümlerle çalışır:

1. https://github.com/GGG-KILLER/GParse/runs/1328132497?check_suite_focus=true
2. https://github.com/GGG-KILLER/GParse/runs/1328139624?check_suite_focus=true
3. https://github.com/GGG-KILLER/GParse/runs/1328149289?check_suite_focus=true

Tüm bu çalıştırmalarda kurulum önbelleğe alı

Gyy

Originally posted by @Peri112 in #141 (comment)
Google

@Peri112 Peri112 closed this as completed Feb 24, 2022
@Peri112 Peri112 reopened this Feb 24, 2022
@Peri112
Copy link
Author

Peri112 commented Feb 24, 2022

J

@Peri112 Peri112 closed this as completed Feb 24, 2022
@Peri112 Peri112 reopened this Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants