Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
Expand All @@ -25,14 +25,14 @@ jobs:

- name: Archive artifacts for x64
if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: plugin_dll_x64
path: bin\${{ matrix.build_configuration }}-x64\JSFunctionViewer.dll

- name: Archive artifacts for x86
if: matrix.build_platform == 'x86' && matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: plugin_dll_x86
path: bin\${{ matrix.build_configuration }}\JSFunctionViewer.dll
15 changes: 3 additions & 12 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
Expand Down Expand Up @@ -58,4 +49,4 @@ jobs:
run: msbuild JSFunctionViewer.csproj /m /p:configuration="Debug" /p:platform="x64"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion JSFunctionViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>JSFunctionViewer</RootNamespace>
<AssemblyName>JSFunctionViewer</AssemblyName>
<OutputPath>bin\Debug\</OutputPath>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions JSFunctionViewer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{243AA53C-D41B-404C-A957-4BE14006D795}.Debug|x64.ActiveCfg = Release|x86
{243AA53C-D41B-404C-A957-4BE14006D795}.Debug|x64.Build.0 = Release|x86
{243AA53C-D41B-404C-A957-4BE14006D795}.Debug|x64.ActiveCfg = Debug|x64
{243AA53C-D41B-404C-A957-4BE14006D795}.Debug|x64.Build.0 = Debug|x64
{243AA53C-D41B-404C-A957-4BE14006D795}.Debug|x86.ActiveCfg = Debug|x86
{243AA53C-D41B-404C-A957-4BE14006D795}.Debug|x86.Build.0 = Debug|x86
{243AA53C-D41B-404C-A957-4BE14006D795}.Release|x64.ActiveCfg = Release|x64
Expand Down
120 changes: 0 additions & 120 deletions MigrationBackup/5f884844/JSFunctionViewer/JSFunctionViewer.csproj

This file was deleted.

162 changes: 0 additions & 162 deletions MigrationBackup/5f884844/JSFunctionViewer/NuGetUpgradeLog.html

This file was deleted.

4 changes: 0 additions & 4 deletions MigrationBackup/5f884844/JSFunctionViewer/packages.config

This file was deleted.