File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
4545 # Telerik.Examples.ContentSecurityPolicy Project Restore & Build
4646 - name : Restore NuGet Packages for Telerik.Examples.ContentSecurityPolicy Project
4747 run : |
48- dotnet restore Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy .csproj --configfile NuGet.Config -r win-x64
48+ dotnet restore Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.csproj --configfile NuGet.Config -r win-x64
4949 env :
5050 TELERIK_NUGET_KEY : ${{secrets.TELERIK_NUGET_KEY}}
5151
5252 - name : Build Telerik.Examples.ContentSecurityPolicy Project
53- run : dotnet build Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy .csproj -r win-x64 --no-restore
53+ run : dotnet build Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.csproj -r win-x64 --no-restore
5454 env :
5555 TELERIK_LICENSE : ${{secrets.TELERIK_LICENSE_KEY}}
You can’t perform that action at this time.
0 commit comments