File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
- name : Restore test project
42
42
run : dotnet restore --no-dependencies -p:TargetFramework=net${{ matrix.dotnet-version }} --verbosity normal QrCodeGeneratorTest
43
43
- name : Restore library
44
- run : dotnet restore -p:TargetFramework=${{ matrix.framework-version }} - -verbosity normal QrCodeGenerator
44
+ run : dotnet restore --verbosity normal QrCodeGenerator
45
45
- name : Build library
46
- run : dotnet build --configuration Release -p:TargetFramework=${{ matrix.framework-version }} --no-restore --verbosity normal QrCodeGenerator
46
+ run : dotnet build --configuration Release --no-restore --verbosity normal QrCodeGenerator
47
47
- name : Build test project
48
48
run : dotnet build --configuration Release --no-restore -p:TargetFramework=net${{ matrix.dotnet-version }} --verbosity normal QrCodeGeneratorTest
49
49
- name : Run tests
You can’t perform that action at this time.
0 commit comments