Skip to content

Commit

Permalink
use shell...
Browse files Browse the repository at this point in the history
  • Loading branch information
KircMax committed Dec 2, 2023
1 parent b5ed639 commit 0fe6029
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- run: |
echo "Run, Build Application using script"
./././scripts/buildscript.ps1
./././scripts/buildscript.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildscript.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#$currentFolder = $MyInvocation.MyCommand.Path | Split-Path -Parent;
#$currentFolder = (Get-Location).Path
#echo $currentFolder
dotnet build ../../src/Webserver.API/Webserver.API.csproj
dotnet build ../src/Webserver.API/Webserver.API.csproj
2 changes: 0 additions & 2 deletions scripts/buildscript.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
$currentFolder = (Get-Location).Path
echo $currentFolder
dotnet build ../src/Webserver.API/Webserver.API.csproj

0 comments on commit 0fe6029

Please sign in to comment.