File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 - uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # 4.3.1
5858 with :
5959 dotnet-version : " 10.0.x"
60- - name : Install SSL Certificates
61- run : |
62- dotnet dev-certs https --trust
6360 - name : .NET Restore
6461 shell : bash
6562 run : |
8784 - uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # 4.3.1
8885 with :
8986 dotnet-version : " 10.0.x"
90- - name : Install SSL Certificates
91- run : |
92- dotnet dev-certs https --trust
9387 - name : .NET Restore
9488 shell : bash
9589 run : |
Original file line number Diff line number Diff line change 5656 # - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #4.3.1
5757 # with:
5858 # dotnet-version: "10.0.x"
59- # - name: Install SSL Certificates
60- # run: |
61- # dotnet dev-certs https --trust
6259 # - name: Install Azure Functions Core Tools
6360 # run: |
6461 # curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
9693 - uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # 4.3.1
9794 with :
9895 dotnet-version : " 10.0.x"
99- - name : Install SSL Certificates
100- run : |
101- dotnet dev-certs https --trust
10296 - name : Install Azure Functions Core Tools
10397 run : |
10498 curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
You can’t perform that action at this time.
0 commit comments