Skip to content

Commit

Permalink
try ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
KircMax committed Dec 2, 2023
1 parent b84ac63 commit 9f4da38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.sh
./././scripts/buildscript.ps1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down
3 changes: 3 additions & 0 deletions scripts/buildscript.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$currentFolder = (Get-Location).Path
echo $currentFolder
dotnet build ../src/Webserver.API/Webserver.API.csproj
2 changes: 2 additions & 0 deletions scripts/buildscript.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
$currentFolder = (Get-Location).Path
echo $currentFolder
dotnet build ../src/Webserver.API/Webserver.API.csproj

0 comments on commit 9f4da38

Please sign in to comment.