Skip to content

Commit

Permalink
updating README and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 18, 2024
1 parent e3e504b commit 08403f8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
name: Main

on: push
on:
push:
paths-ignore:
- 'samples/*'
- 'stress/*'
- 'performance/*'
- '.github/FUNDING.YML'
- '**/*.md'
- '**/*.d.ts'
- '**/*.bat'
- '.travis.yml'
- 'Dockerfile'
- '.gitconfig'
- '.gitignore'
- 'appveyor.*'
- 'LICENSE*'
- '.idea/**'
- '.vscode/**'

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true # required to setup CSC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var helloWorld = edge.func(function () {/*

## Migration to .NET Core 3.1 :exclamation:

Edge.Js C# code has been migrated to .NET 3.1. If your project is referencing `EdgeJs.dll` and/or `Edge.js.CSharp.dll` those file locations changed.
Edge.Js C# code has been migrated to .NET 3.1. If your project is referencing `EdgeJs.dll` and/or `Edge.js.CSharp.dll` file locations have changed.

```bash
node_modules/edge-js/lib/bootstrap/bin/Release/netcoreapp3.1/EdgeJs.dll
Expand Down
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ skip_commits:
- '**/*.bat'
- '.travis.yml'
- 'Dockerfile'
- 'README'
- 'README.md'
- 'LICENSE*'
- '.idea/**'
- '.vscode/**'

build: off

0 comments on commit 08403f8

Please sign in to comment.